Back to Devexpress

PdfRGBColor Members

officefileapi-devexpress-dot-pdf-dot-pdfrgbcolor-dot-underscore-members.md

latest3.2 KB
Original Source

PdfRGBColor Members

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

Constructors

NameDescription
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

NameDescription
BGets or sets the blue color component value.
GGets or sets the green color component value.
RGets or sets the red color component value.

Methods

NameDescription
Equals(Object, Object) staticDetermines 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() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines 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

NameDescription
PropertyChangedOccurs every time any of the PdfRGBColor class properties has changed its value.

See Also

PdfRGBColor Class

DevExpress.Pdf Namespace