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

Method Blue

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

Source from the content-addressed store, hash-verified

12 static Color3i Green() { return Color3i(0x00, 0xff, 0x00); }
13 static Color3i Cyan() { return Color3i(0x00, 0xff, 0xff); }
14 static Color3i Blue() { return Color3i(0x00, 0x00, 0xff); }
15 Color3i(uint8_t r, uint8_t g, uint8_t b) { Set(r,g,b); }
16 Color3i() { Set(0xff, 0xff, 0xff); }
17 Color3i(const Color3i& other) { Set(other); }

Callers

nothing calls this directly

Calls 1

Color3iClass · 0.70

Tested by

no test coverage detected