LabColor Public class
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf iTextSharp.text.pdf.LabColor[[LabColor]] iTextSharp.text.pdf.ExtendedColor[[ExtendedColor]] class iTextSharp.text.pdf.ExtendedColor abstractStyle; end iTextSharp.text.pdf.ExtendedColor --> iTextSharp.text.pdf.LabColor
Members
Properties
Public properties
|
Type |
Name |
Methods |
|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Methods
Public methods
Internal methods
Details
Inheritance
Constructors
LabColor
Source code
public LabColor(PdfLabColor labColorSpace, float l, float a, float b)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
labColorSpace |
|
|
|
l |
|
|
|
a |
|
|
|
b |
Methods
ToRgb
Source code
public virtual BaseColor ToRgb()
ToCmyk
Source code
internal virtual CMYKColor ToCmyk()
Properties
LabColorSpace
public virtual PdfLabColor LabColorSpace { get; }
L
public virtual float L { get; }
A
public virtual float A { get; }
B
public virtual float B { get; }
Generated with ModularDoc