Table of Contents

Class ColorTranslator

Namespace
Aspose.CAD
Assembly
Aspose.CAD.dll

Translates colors to and from GDI+ Color structures. This class cannot be inherited.

public sealed class ColorTranslator
Inheritance
ColorTranslator
Inherited Members

Methods

FromHtml(string)

Takes color from the HTML color.

FromOle(int)

Takes color from the OLE color.

FromWin32(int)

Takes color from the HTML color.

ToHtml(Color)

Creates HTML color from the color.

ToOle(Color)

Translates OLE color to color.

ToWin32(Color)

Translates the color to win32 color.