PdfLabColor Public class
Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph iTextSharp.text.pdf
iTextSharp.text.pdf.PdfLabColor[[PdfLabColor]]
iTextSharp.text.pdf.ICachedColorSpace[[ICachedColorSpace]]
class iTextSharp.text.pdf.ICachedColorSpace interfaceStyle;
end
iTextSharp.text.pdf.ICachedColorSpace --> iTextSharp.text.pdf.PdfLabColor
Members
Methods
Public methods
Internal methods
Protected methods
Details
Inheritance
Constructors
PdfLabColor [1/4]
Source code
public PdfLabColor()
PdfLabColor [2/4]
Source code
public PdfLabColor(float[] whitePoint)
Arguments
Type | Name | Description |
---|
float``[] | whitePoint | |
PdfLabColor [3/4]
Source code
public PdfLabColor(float[] whitePoint, float[] blackPoint)
Arguments
Type | Name | Description |
---|
float``[] | whitePoint | |
float``[] | blackPoint | |
PdfLabColor [4/4]
Source code
public PdfLabColor(float[] whitePoint, float[] blackPoint, float[] range)
Arguments
Type | Name | Description |
---|
float``[] | whitePoint | |
float``[] | blackPoint | |
float``[] | range | |
Methods
GetPdfObject
Source code
public virtual PdfObject GetPdfObject(PdfWriter writer)
Arguments
Lab2Rgb
Source code
public virtual BaseColor Lab2Rgb(float l, float a, float b)
Arguments
Type | Name | Description |
---|
float | l | |
float | a | |
float | b | |
Lab2Cmyk
Source code
internal virtual CMYKColor Lab2Cmyk(float l, float a, float b)
Arguments
Type | Name | Description |
---|
float | l | |
float | a | |
float | b | |
Lab2RgbLinear
Source code
protected virtual double Lab2RgbLinear(float l, float a, float b)
Arguments
Type | Name | Description |
---|
float | l | |
float | a | |
float | b | |
Rgb2lab
Source code
public virtual LabColor Rgb2lab(BaseColor baseColor)
Arguments
Equals
Source code
public override bool Equals(object o)
Arguments
Type | Name | Description |
---|
object | o | |
GetHashCode
Source code
public override int GetHashCode()
Generated with ModularDoc