ColorTranslator class

ColorTranslator class

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

The ColorTranslator type exposes the following members:

Methods

MethodDescription
from_htmlTakes color from the HTML color.
from_oleTakes color from the OLE color.
from_win32Takes color from the HTML color.
to_htmlCreates HTML color from the color.
to_oleTranslates OLE color to color.
to_win32Translates the color to win32 color.

See Also