ColorTranslator Class

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

Namespace:  Aspose.CAD
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public sealed class ColorTranslator

The ColorTranslator type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(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
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodStatic memberToHtml
Creates HTML color from the color.
Public methodStatic memberToOle
Translates OLE color to color.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodStatic memberToWin32
Translates the color to win32 color.
See Also