mirror of
https://github.com/Makuna/NeoPixelBus.git
synced 2025-08-07 04:44:26 +02:00
Updated RgbwColor object API (markdown)
@@ -1,7 +1,7 @@
|
||||
RgbwColor represents a color object that is represented by Red, Green, Blue, and White component values. Its primary use is to contain and manipulate colors for 4 element Pixels.
|
||||
|
||||
## Properties
|
||||
There are three properties that represent the component values Red, Green, Blue, and White. The values range from 0 to 255. Black would 0,0,0,0 and white using the color LEDs would be 255,255,255,0 and white using the white LED would be 0,0,0,255.
|
||||
There are four properties that represent the component values Red, Green, Blue, and White. The values range from 0 to 255. Black would 0,0,0,0 and white using the color LEDs would be 255,255,255,0 and white using the white LED would be 0,0,0,255.
|
||||
|
||||
```
|
||||
uint8_t R;
|
||||
|
Reference in New Issue
Block a user