IColor
Home > @gooddata/sdk-model > IColor
IColor type
A color. It can be specified by referencing an item from from user-defined color palette or by RGB Value.
Signature:
export type IColor = IColorFromPalette | IRgbColor;
References: IColorFromPalette, IRgbColor