ColorTranslator Class
Translates colors to and from GDI+ Color structures. This class cannot be inherited.
Inheritance Hierarchy
SystemObject
  Aspose.PSDColorTranslator

Namespace: Aspose.PSD
Assembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntax
public sealed class ColorTranslator

The ColorTranslator type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodStatic memberFromHtml
Takes color from the HTML color.
Public methodStatic memberFromOle
Takes color from the OLE color.
Public methodStatic memberFromWin32
Takes color from the HTML color.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodStatic memberToHtml
Creates HTML color from the color.
Public methodStatic memberToOle
Translates OLE color to color.
Public methodToString (Inherited from Object.)
Public methodStatic memberToWin32
Translates the color to win32 color.
See Also