Table of Contents

Class DeviceRgbColorSpaceDetails

Namespace
UglyToad.PdfPig.Graphics.Colors
Assembly
UglyToad.PdfPig.dll

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

DeviceRgbColorSpaceDetails

Properties

NumberOfColorComponents

public override int NumberOfColorComponents { get; }

Property Value

int

Methods

GetColor(params double[])

public override IColor GetColor(params double[] values)

Parameters

values double[]

Returns

IColor

GetInitializeColor()

public override IColor GetInitializeColor()

Returns

IColor