Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 568 Bytes

decentraland-ecs.color4.fromhexstring.md

File metadata and controls

20 lines (13 loc) · 568 Bytes

Home > decentraland-ecs > Color4 > FromHexString

Color4.FromHexString method

Creates a new Color4 from the string containing valid hexadecimal values

Signature:

static FromHexString(hex: string): Color4;

Returns: Color4

a new Color4 object

Parameters

Parameter Type Description
hex string defines a string containing valid hexadecimal values