Interface ColorSettingRgb

ColorSettingRgb sets the color of a colored light using the RGB representation.

Hierarchy

  • ColorSettingRgb

Methods

Properties

Methods

  • Parameters

    • r: number
    • g: number
    • b: number

    Returns Promise<void>

Properties

rgb?: ColorRgb

Generated using TypeDoc