ColorUsage: { color?: Color; id?: Id; opacity?: number; type: ColorUsageType }

Type declaration

  • Optional color?: Color

    The local color object, can only be used if it is a local color.

  • Optional id?: Id

    Reference to the stylekit color, can only be used if it is a stylekit color.

  • Optional opacity?: number

    Opacity of the color (0-100) where 0 = fully transparent.

  • type: ColorUsageType

Generated using TypeDoc