Gets the ICCProfile structure of this FreeImageBitmap.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
| C# |
|---|
public FIICCPROFILE ICCProfile { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property ICCProfile As FIICCPROFILE |
| Visual C++ |
|---|
public: property FIICCPROFILE ICCProfile { FIICCPROFILE get (); } |