Name | Description | |
---|---|---|
ImGearColorSpace Constructor | Initializes a new instance of the ImGearColorSpace struct. |
The following tables list the members exposed by ImGearColorSpace.
Name | Description | |
---|---|---|
ImGearColorSpace Constructor | Initializes a new instance of the ImGearColorSpace struct. |
Name | Description | |
---|---|---|
AlphaChannelCount | Gets the number of alpha channels in the color space. | |
AlphaIndex | Gets the Index of the alpha channel in the color space. | |
Color | Gets color part of value identifier. | |
ColorChannelCount | Gets quantity of color channels. It does not include Alpha and Extra channels. | |
ContainsAlpha | Gets a value indicating whether the colorspace contains an alpha channel. It does not take into account whether the color channels are pre-multiplied by alpha channel or not. | |
ContainsExtra | Gets a value indicating whether the colorspace contains extra (unknown) channels. | |
ExtraStartIndex | Gets the index of the first extra channel in the color space. | |
IsPremultiplied | Gets a value indicating whether colorspace color channels are pre-multiplied by alpha values or not. | |
Value | Gets or sets the color space identifier. |
Name | Description | |
---|---|---|
GetExtraChannelCount | Overloaded. Calculates quantity of extra channels in color space with given total channels quantity. | |
IsWellFormed | Verifies whether color space combination is valid (supported). |