visibleForegroundColorStyle property

ColorStyle? visibleForegroundColorStyle
getter/setter pair

The foreground color to filter by; only cells with this foreground color are shown.

This field is mutually exclusive with visible_background_color, and must be set to an RGB-type color. If visible_foreground_color is also set, this field takes precedence.

Implementation

ColorStyle? visibleForegroundColorStyle;