SoftadminApi.Color_FromName
Type:
Table-valued function
Returns the hex code of a named color.
Parameters
@ColorName
mandatory
varchar(100)
The name of the color to look up.
Resultsets
Resultset: Color
Table count:
Row count:
Columns
Color
mandatory
string
The hex code of the color in #RRGGBB format.