PdfCalRGBColor
Blue Property
|
Gets or sets the Blue value.
Namespace:
Spire.Pdf.ColorSpace
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public double Blue { get; set; }
Public Property Blue As Double
Get
Set
public:
property double Blue {
double get ();
void set (double value);
}
member Blue : float with get, set
Property Value
Type:
Double
The blue 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.
See Also