Searched defs:green (Results 1 – 2 of 2) sorted by relevance
99 int TurnOnLedImpl(int red, int green, int blue) in TurnOnLedImpl()110 int SetLedColorImpl(int red, int green, int blue) in SetLedColorImpl()117 int GetLedColorImpl(int *red, int *green, int *blue) in GetLedColorImpl()
63 napi_value green = nullptr; in Convert2JSRgbaArray() local