ColorValue

概述

定义灯的颜色模式。

参数包括RGB模式和WRGB模式。

Since: 3.2 Version: 1.0 相关模块:

Light

汇总

Public 属性

名称 描述
wrgbColor struct WRGBColor
WRGB模式, 详见WRGBColor。 
rgbColor struct RGBColor
RGB模式, 详见RGBColor。 

类成员变量说明

rgbColor

struct RGBColor ColorValue::rgbColor

描述: RGB模式, 详见RGBColor

wrgbColor

struct WRGBColor ColorValue::wrgbColor

描述: WRGB模式, 详见WRGBColor