Namespace: BitMiracle.Docotic.Pdf
public sealed class PdfRgbColor : PdfColor
Public NotInheritable Class PdfRgbColor Inherits PdfColor
The PdfRgbColor type exposes the following members.
Name | Description | |
---|---|---|
![]() | PdfRgbColor(Int32) |
Initializes a new instance of the PdfRgbColor class.
|
![]() | PdfRgbColor(PdfColorProfile, Int32) |
Initializes a new instance of the PdfRgbColor class.
|
![]() | PdfRgbColor(Int32, Int32, Int32) |
Initializes a new instance of the PdfRgbColor class.
|
![]() | PdfRgbColor(PdfColorProfile, Int32, Int32, Int32) |
Initializes a new instance of the PdfRgbColor class.
|
Name | Description | |
---|---|---|
![]() | B |
Gets the blue component value.
|
![]() | ColorProfile |
Gets the ICC color profile associated with this PdfColor.
(Inherited from PdfColor.) |
![]() | G |
Gets the green component value.
|
![]() | R |
Gets the red component value.
|
Name | Description | |
---|---|---|
![]() | Darken |
Darkens the current PdfColor by the specified percentage.
(Inherited from PdfColor.) |
![]() | Equals |
Determines whether the specified Object is
equal to this instance.
(Inherited from PdfColor.) |
![]() | GetHashCode |
Returns a hash code for this instance.
(Inherited from PdfColor.) |
![]() | GetType | (Inherited from Object.) |
![]() | Lighten |
Lightens the current PdfColor by the specified percentage.
(Inherited from PdfColor.) |
![]() | ToCmyk |
Converts this PdfColor to CMYK.
(Inherited from PdfColor.) |
![]() | ToRgb |
Converts this PdfColor to RGB.
(Inherited from PdfColor.) |
![]() | ToString |
Returns a String that represents this instance.
(Overrides Object.ToString().) |