IColor |
public interface IColorModel
The IColorModel type exposes the following members.
Name | Description | |
---|---|---|
![]() | IsUsingByteComponents | Gets a value indicating whether this instance is using byte components. |
Name | Description | |
---|---|---|
![]() | GetColorFor1DColorSurfaceFromRelativePosition | Gets the color for the 1D color surface from the relative position. The position 0 designates the lower position, the position 1 the upper position. |
![]() | GetColorFor2DColorSurfaceFromRelativePosition | Gets the color for the 2D color surface from the relative position. The meaning is defined so that the argument (1, 1) returns the baseColor, whereas (0,0) returns black. |
![]() | GetColorFromComponents | |
![]() | GetComponentsForColor | |
![]() | GetNamesOfComponents | Gets the names of the color components of this model |
![]() | GetRelativePositionsFor1Dand2DColorSurfaceFromColor |