Click or drag to resize

ColorProfile Constructor

Overload List
  NameDescription
Public methodColorProfile(Byte)

Initializes a new instance of ColorProfile specifying a byte array containing the profile memory.

Public methodColorProfile(Stream)

Initializes a new instance of ColorProfile specifying a stream containing the profile memory.

Public methodColorProfile(String)

Initializes a new instance of ColorProfile specifying the filename containing a color profile.

Public methodColorProfile(IntPtr, Int32)

Initializes a new instance of ColorProfile specifying a pointer to the profile memory and the size of this memory.

Top
See Also