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)

C#
[SerializableAttribute] public struct FIICCPROFILE
The FIICCPROFILE type exposes the following members.

Name | Description | |
---|---|---|
![]() | FIICCPROFILE(FIBITMAP, Byte) |
Creates a new ICC-Profile for dib.
|
![]() | FIICCPROFILE(FIBITMAP, Byte, Int32) |
Creates a new ICC-Profile for dib.
|

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.
|

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.) |
