Nevron.Nov.Graphics Namespace : NColorSpace Class |
The following tables list the members exposed by NColorSpace.
Name | Description | |
---|---|---|
![]() ![]() | CMYK | The Cyan-Magenta-Yellow-Black color space. |
![]() ![]() | HSB | The Hue-Saturation-Brightness(Value) color space. |
![]() ![]() | HSL | The Hue-Saturation-Luminance color space. |
![]() ![]() | LAB | The CIE Lab color space. |
![]() ![]() | RGB | The Red-Green-Blue color space. |
![]() ![]() | XYZ | The CIE XYZ color space. |
![]() ![]() | YCC | The YCC color space. |
![]() ![]() | YUV | The YUV color space. |
Name | Description | |
---|---|---|
![]() | FromRGB | Converts a value from RGB color space to this color space. |
![]() | GetCCount | Gets the number of components in this color space. |
![]() | GetCMax | Gets the max value for the specified component. |
![]() | GetCMin | Gets the min value for the specified component. |
![]() | GetCName | Gets the name of the specified component. |
![]() | GetName | Gets the name of this color space. |
![]() ![]() | Parse | Creates a color space from the given string. |
![]() | ToRGB | Converts a value from this color space to RGB color space. |
![]() | VerifyValue | Verifies that the specified color value is valid for this color space. |