Class DeviceRgbColorSpaceDetails
Color values are defined by three components representing the intensities of the additive primary colorants red, green and blue. Each component is specified by a number in the range 0.0 to 1.0, where 0.0 denotes the complete absence of a primary component and 1.0 denotes maximum intensity.
public sealed class DeviceRgbColorSpaceDetails : ColorSpaceDetails
- Inheritance
-
DeviceRgbColorSpaceDetails
- Inherited Members
Fields
Instance
The single instance of the DeviceRgbColorSpaceDetails.
public static readonly DeviceRgbColorSpaceDetails Instance
Field Value
Properties
NumberOfColorComponents
public override int NumberOfColorComponents { get; }
Property Value
Methods
GetColor(params double[])
public override IColor GetColor(params double[] values)
Parameters
values
double[]
Returns
GetInitializeColor()
public override IColor GetInitializeColor()