|
iText 9.5.0 API
|
Class used to represent the International Color Consortium profile More...
Public Member Functions |
|
| virtual byte[] | GetData () |
| Get the icc color profile data. More... |
|
| virtual int | GetNumComponents () |
| Get the number of color components in the profile. More... |
|
Static Public Member Functions |
|
| static iText.IO.Colors.IccProfile | GetInstance (byte[] data, int numComponents) |
| Construct an icc profile from the passed byte[], using the passed number of components. More... |
|
| static iText.IO.Colors.IccProfile | GetInstance (byte[] data) |
| Construct an icc profile from the passed byte[], using the passed number of components. More... |
|
| static iText.IO.Colors.IccProfile | GetInstance (RandomAccessFileOrArray file) |
| Construct an icc profile from the passed random-access file or array. More... |
|
| static iText.IO.Colors.IccProfile | GetInstance (Stream stream) |
| Construct an icc profile from the passed InputStream. More... |
|
| static iText.IO.Colors.IccProfile | GetInstance (String filename) |
| Construct an icc profile from the file found at the passed path More... |
|
| static String | GetIccColorSpaceName (byte[] data) |
| Get the Color space name of the icc profile found in the data. More... |
|
| static String | GetIccDeviceClass (byte[] data) |
| Get the device class of the icc profile found in the data. More... |
|
| static ? int | GetIccNumberOfComponents (byte[] data) |
| Get the number of color components of the icc profile found in the data. More... |
|
Package Functions |
|
| IccProfile () | |
| Creates a new, empty icc profile. More... |
|
Package Attributes |
|
| byte[] | data |
| int | numComponents |
Class used to represent the International Color Consortium profile
|
inlinepackage |
Creates a new, empty icc profile.
|
inlinevirtual |
Get the icc color profile data.
|
inlinestatic |
Get the Color space name of the icc profile found in the data.
| data | byte[] containing the icc profile |
|
inlinestatic |
Get the device class of the icc profile found in the data.
| data | byte[] containing the icc profile |
|
inlinestatic |
Get the number of color components of the icc profile found in the data.
| data | byte[] containing the icc profile |
|
inlinestatic |
Construct an icc profile from the passed byte[], using the passed number of components.
| data | byte[] containing the raw icc profile data |
|
inlinestatic |
Construct an icc profile from the passed byte[], using the passed number of components.
| data | byte[] containing the raw icc profile data |
| numComponents | number of components the profile contains |
|
inlinestatic |
Construct an icc profile from the passed random-access file or array.
| file | random-access file or array containing the profile |
|
inlinestatic |
Construct an icc profile from the passed InputStream.
| stream | inputstream containing the profile |
|
inlinestatic |
Construct an icc profile from the file found at the passed path
| filename | path to the file contaning the profile |
|
inlinevirtual |
Get the number of color components in the profile.