MCPcopy Create free account
hub / github.com/FastLED/FastLED / Orange

Method Orange

examples/LuminescentGrand/shared/color.h:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8 static Color3i White() { return Color3i(0xff, 0xff, 0xff); }
9 static Color3i Red() { return Color3i(0xff, 0x00, 0x00); }
10 static Color3i Orange() { return Color3i(0xff, 0xff / 2,00); }
11 static Color3i Yellow() { return Color3i(0xff, 0xff,00); }
12 static Color3i Green() { return Color3i(0x00, 0xff, 0x00); }
13 static Color3i Cyan() { return Color3i(0x00, 0xff, 0xff); }

Callers

nothing calls this directly

Calls 1

Color3iClass · 0.70

Tested by

no test coverage detected