Skip to main content

alphaTab.json.ColorJson

Description

Describes a color for rendering. If provided as string one of these formats needs to be used: #RGB, #RGBA, #RRGGBB, #RRGGBBAA, rgb(r,g,b), rgba(r,g,b,a) If provided as number a raw RGBA value needs to be used.

 type ColorJson = Color | string | number