IconFilterStrategy

enum IconFilterStrategy : Enum<IconFilterStrategy>

Enumerates available icon filter strategies.

Author

Kirill Grouchnikov

Entries

ThemedFollowColorScheme
Link copied to clipboard

The icon is themed based on the color scheme that matches the current component state.

ThemedFollowText
Link copied to clipboard

The icon is themed based on the current text color.

Original
Link copied to clipboard

The icon is always painted in its original appearance.

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int