diff --git a/White-Blend-Mode.md b/White-Blend-Mode.md index b18f7bca..d7d61357 100644 --- a/White-Blend-Mode.md +++ b/White-Blend-Mode.md @@ -1,6 +1,6 @@ White Blend Mode is used for 4 channel (RGBW) and 5 channel (RGBWC) devices. It is enabled by setting the last PWM channel to zero (e.g., [`RGBWWTable 255,255,255,,0`](Commands#rgbwwtable)) to lower the white channel intensity. -Generally, white leds are brighter than RGBLEDs. If you want to keep the same brightness, you need to calibrate the white level. In this mode, any white component will be removed from RGB LEDs and sent to white LEDs. This makes whites look much better. +Generally, white LEDs are brighter than RGB LEDs. If you want to keep the same brightness, you need to calibrate the white level. In this mode, any white component will be removed from RGB LEDs and sent to the white LEDs. This makes whites look much better. Example: `Color 30508000` will be converted to `Color 0020503000` (0x30 is subtracted from R,G,B channels and added to the White channel)