ExtendedColor Public class
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf iTextSharp.text.pdf.ExtendedColor[[ExtendedColor]] class iTextSharp.text.pdf.ExtendedColor abstractStyle; end subgraph iTextSharp.text iTextSharp.text.BaseColor[[BaseColor]] end iTextSharp.text.BaseColor --> iTextSharp.text.pdf.ExtendedColor
Members
Properties
Public properties
|
Type |
Name |
Methods |
|---|---|---|
|
|
|
|
Methods
Public Static methods
|
Returns |
Name |
|---|---|
|
|
( |
Internal Static methods
|
Returns |
Name |
|---|---|
|
|
( |
Details
Inheritance
Constructors
ExtendedColor [1/3]
Source code
public ExtendedColor(int type)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
type |
ExtendedColor [2/3]
Source code
public ExtendedColor(int type, float red, float green, float blue)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
type |
|
|
|
red |
|
|
|
green |
|
|
|
blue |
ExtendedColor [3/3]
Source code
public ExtendedColor(int type, int red, int green, int blue, int alpha)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
type |
|
|
|
red |
|
|
|
green |
|
|
|
blue |
|
|
|
alpha |
Methods
GetType
Source code
public static int GetType(object color)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
color |
Normalize
Source code
internal static float Normalize(float value)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
value |
Properties
Type
public virtual int Type { get; }
Generated with ModularDoc