FreeImage.NET Class Library Reference
FIICCPROFILE Structure |
This Structure contains ICC-Profile data.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
[SerializableAttribute] public struct FIICCPROFILE
The FIICCPROFILE type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FIICCPROFILE(FIBITMAP, Byte) |
Creates a new ICC-Profile for dib.
| |
FIICCPROFILE(FIBITMAP, Byte, Int32) |
Creates a new ICC-Profile for dib.
|
Properties
Name | Description | |
---|---|---|
Data |
Copy of the ICC-Profiles data.
| |
DataPointer |
Points to a block of contiguous memory containing the profile.
| |
Flags |
Info flag of the profile.
| |
IsCMYK |
Indicates whether the profile is CMYK.
| |
Size |
Profile's size measured in bytes.
|
Methods
Name | Description | |
---|---|---|
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
See Also