FIICCPROFILE Structure

FreeImage.NET

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
  NameDescription
Public methodFIICCPROFILE(FIBITMAP, Byte)
Creates a new ICC-Profile for dib.
Public methodFIICCPROFILE(FIBITMAP, Byte, Int32)
Creates a new ICC-Profile for dib.
Top
Properties
  NameDescription
Public propertyData
Copy of the ICC-Profiles data.
Public propertyDataPointer
Points to a block of contiguous memory containing the profile.
Public propertyFlags
Info flag of the profile.
Public propertyIsCMYK
Indicates whether the profile is CMYK.
Public propertySize
Profile's size measured in bytes.
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
See Also