| ColorTranslatorFromHtml Method |
Takes color from the HTML color.
Namespace: Aspose.PSDAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntaxpublic static Color FromHtml(
string htmlColor
)
Public Shared Function FromHtml (
htmlColor As String
) As Color
public:
static Color FromHtml(
String^ htmlColor
)
static member FromHtml :
htmlColor : string -> Color
Parameters
- htmlColor
- Type: SystemString
HTML color.
Return Value
Type:
ColorThe color.
See Also