Color |
public class ColorModelLinearRGB : IColorModel
The ColorModelLinearRGB type exposes the following members.
| Name | Description | |
|---|---|---|
| ColorModelLinearRGB | Initializes a new instance of the ColorModelLinearRGB class |
| Name | Description | |
|---|---|---|
| IsUsingByteComponents | Gets a value indicating whether this instance is using byte components. |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| 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 | Gets a color from its numeric components. | |
| GetComponentsForColor | Gets the numeric color components of the specified color. | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetNamesOfComponents | Gets the names of the color components of this model | |
| GetRelativePositionsFor1Dand2DColorSurfaceFromColor | Gets the relative positions on the 1D and 2D color surfaces for the specified color. | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |