officefileapi-devexpress-dot-pdf-799a8a7d.md
Represents the red, green, and blue color components in the range of 0 to 1.
Namespace : DevExpress.Pdf
Assembly : DevExpress.Pdf.v25.2.Core.dll
NuGet Package : DevExpress.Pdf.Core
public class PdfRGBColor :
INotifyPropertyChanged
Public Class PdfRGBColor
Implements INotifyPropertyChanged
The following members return PdfRGBColor objects:
Show 20 links
Use the PdfRGBColor.R, PdfRGBColor.G, and PdfRGBColor.B properties to specify the red, green and blue color component values.
Object PdfRGBColor
See Also