Click or drag to resize

ColorProfile Methods

The ColorProfile type exposes the following members.

Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Protected methodDispose(Boolean)
Releases unmanaged and - optionally - managed resources.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Finalizes an instance of the ColorProfile class.
(Overrides ObjectFinalize.)
Public methodStatic memberFromEmbedded(Stream)
Returns a ColorProfile embedded within an image given the image stream.
Public methodStatic memberFromEmbedded(String)
Returns a ColorProfile embedded within an image given the image file name.
Public methodStatic memberFromSrgb
Returns the standard sRGB Color Profile.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetProfileBytes
Gets the profile bytes.
Public methodStatic memberGetProfileDirectory
Returns the path of the color profile directory.
Public methodStatic memberGetProfileFromGraphics
Returns the color profile assigned to a specified Graphics object.
Public methodStatic memberGetProfileFromScreen
Returns the default color profile assigned to the screen.
Public methodStatic memberGetScreenProfileName
Returns the name of the color profile associated with the current display.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSave
Save this ColorProfile to a file.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also