Gets or sets the red level for this color.
Namespace: Spire.Pdf.ColorSpaceAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
public double Red { get; set; }
Public Property Red As Double Get Set
public: property double Red { double get (); void set (double value); }
member Red : float with get, set
Property Value
DoubleThe red level of this color.
Remarks
The acceptable range for this value is [0.0 1.0]. 0.0 means the darkest color that can be achieved, and 1.0 means the lightest color.