Skip to contents

Create RGBColor from a 6-character hex string

Usage

RGBColor_from_str(hex_str)

Arguments

hex_str

A 6-character hex string like "FF0000" or "#FF0000".

Value

An RGBColor object.