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