Vertex Viewer SDK
    Preparing search index...

    Variable fromHexStringConst

    fromHexString: (str: string) => Color.Color | undefined

    Returns a Color from a hex string, or undefined if the color string cannot be parsed. Supports hex strings in the format of "#00FF00", "0x00FF00" or "00FF00".

    Type Declaration