ColorFormat

Color format enumeration

Entries

Link copied to clipboard

Format with a single component (red)

Link copied to clipboard

Format with two components (red, green)

Link copied to clipboard

Format with three components (red, green, blue)

Link copied to clipboard

Format with three components in reverse order (blue, green, red)

Link copied to clipboard

Format with four components (red, green, blue, alpha)

Link copied to clipboard

Format with four components in reverse order (blue, green, red, alpha)

Link copied to clipboard

Format with three components (red, green, blue) in sRGB space

Link copied to clipboard

Format with four components (red, green, blue, alpha) in sRGB space

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard

The number of (color) components in the format

Link copied to clipboard
Link copied to clipboard