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
|
Returns |
Name |
|---|---|
|
|
( |
|
|
() |
|
|
(
writer) |
|
|
( |
|
|
(
baseColor) |
Internal methods
Protected methods
|
Returns |
Name |
|---|---|
|
|
( |
Details
Inheritance
Constructors
PdfLabColor [1/4]
Source code
public PdfLabColor()
PdfLabColor [2/4]
Source code
public PdfLabColor(float[] whitePoint)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
whitePoint |
PdfLabColor [3/4]
Source code
public PdfLabColor(float[] whitePoint, float[] blackPoint)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
whitePoint |
|
|
|
blackPoint |
PdfLabColor [4/4]
Source code
public PdfLabColor(float[] whitePoint, float[] blackPoint, float[] range)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
whitePoint |
|
|
|
blackPoint |
|
|
|
range |
Methods
GetPdfObject
Source code
public virtual PdfObject GetPdfObject(PdfWriter writer)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
writer |
Lab2Rgb
Source code
public virtual BaseColor Lab2Rgb(float l, float a, float b)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
l |
|
|
|
a |
|
|
|
b |
Lab2Cmyk
Source code
internal virtual CMYKColor Lab2Cmyk(float l, float a, float b)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
l |
|
|
|
a |
|
|
|
b |
Lab2RgbLinear
Source code
protected virtual double Lab2RgbLinear(float l, float a, float b)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
l |
|
|
|
a |
|
|
|
b |
Rgb2lab
Source code
public virtual LabColor Rgb2lab(BaseColor baseColor)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
baseColor |
Equals
Source code
public override bool Equals(object o)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
o |
GetHashCode
Source code
public override int GetHashCode()
Generated with ModularDoc