officefileapi-devexpress-dot-pdf-dot-pdfrgbcolor-dot-underscore-members.md
Represents the red, green, and blue color components in the range of 0 to 1.
| 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. |
| 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. |
| 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. |
| Name | Description |
|---|---|
| PropertyChanged | Occurs every time any of the PdfRGBColor class properties has changed its value. |
See Also