FlexPickerNoNullColorExtensions extension

Extensions on non nullable Color to return it's color value as strings.

The color extension also include getting a color's RGB hex code as a string in two different formats. Extension hexAlpha returns a HEX code string of a Color value including alpha channel. The hex extension returns the hex color value as RGB string without the alpha channel value.

on

Properties

hex String
Return color's uppercase RGB hex string, excluding alpha channel.
no setter
hexAlpha String
Return color's uppercase RGB hex string, including alpha channel.
no setter