Vertex Viewer SDK
    Preparing search index...

    Variable fromCssConst

    fromCss: (css: string) => Color.Color | undefined

    Creates a Color from a CSS color value. This function currently only supports rgb(255, 255, 255), rgba(255, 255, 255, 0.5) or "#FFFFFF". Returns undefined if the color cannot be parsed.

    Type Declaration