- setBlueComponent(int, int) - Static method in class com.diozero.ws281xj.PixelColour
-
- setBlueComponent(int, int) - Method in class com.diozero.ws281xj.WS281x
-
Set the 8-bit blue component value for the specified pixel.
- setGreenComponent(int, int) - Static method in class com.diozero.ws281xj.PixelColour
-
- setGreenComponent(int, int) - Method in class com.diozero.ws281xj.WS281x
-
Set the 8-bit green component value for the specified pixel.
- setPixelColour(int, int) - Method in class com.diozero.ws281xj.WS281x
-
Set the colour for the specified pixel.
- setPixelColourHSB(int, float, float, float) - Method in class com.diozero.ws281xj.WS281x
-
Set the colour for the specified pixel using Hue Saturation Brightness (HSB) values.
- setPixelColourHSL(int, float, float, float) - Method in class com.diozero.ws281xj.WS281x
-
Set the colour for the specified pixel using Hue Saturation Luminance (HSL) values.
- setPixelColourRGB(int, int, int, int) - Method in class com.diozero.ws281xj.WS281x
-
Set the colour for the specified pixel using individual red / green / blue 8-bit values.
- setRedComponent(int, int) - Static method in class com.diozero.ws281xj.PixelColour
-
- setRedComponent(int, int) - Method in class com.diozero.ws281xj.WS281x
-
Set the 8-bit red component value for the specified pixel.