tryComputeTbgrFromString MethodStatic

Try to compute the 0xTTBBGGRR value corresponding to a string representation of a ColorDef.

tryComputeTbgrFromString(val: string): undefined | number

@returns the corresponding numeric representation, or undefined if the input does not represent a color.

@see ColorDef.fromString for the definition of a valid color string.

Parameter Type Description
val string  

Returns - undefined | number

the corresponding numeric representation, or undefined if the input does not represent a color.

Defined in

Last Updated: 15 March, 2024