Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PdfRGBColor Members

Represents the red, green, and blue color components in the range of 0 to 1.

#Constructors

Name Description
PdfRGBColor() Initializes a new instance of the PdfRGBColor class.
PdfRGBColor(Double, Double, Double) Initializes a new instance of the PdfRGBColor class with the specified red, green, and blue color components.

#Properties

Name Description
B Gets or sets the blue color component value.
G Gets or sets the green color component value.
R Gets or sets the red color component value.

#Methods
Show Inherited Hide Inherited

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current PdfRGBColor object.
GetHashCode() Returns a number that identifies the object instance.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.

#Events

Name Description
PropertyChanged Occurs every time any of the PdfRGBColor class properties has changed its value.
See Also