ColorTranslatorFromHtml Method
Takes color from the HTML color.

Namespace: Aspose.PSD
Assembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntax
public static Color FromHtml(
	string htmlColor
)

Parameters

htmlColor
Type: SystemString
HTML color.

Return Value

Type: Color
The color.
See Also