RawColor.Components

RawColor.Components property

Gets the components of color. Each component is separate channel, and if you use not popular color scheme, it’s better to work with each channel separately.

public ColorComponent[] Components { get; }

Property Value

The components of color

See Also