ColorPalettes Op
Contains a collection of nice color palettes output to texture or array via index
Summary (oneliner)
Outputs a harmonic color pallet. By changing the Index
value, you will get another one. The resulting Color Array
contains 15 values (5 × 3) – so 5 colors with a red, green and blue value between 0
and 1
.
The resulting array looks like this: [c1red, c1green, c1blue, c2red, c2green, c2blue, …]
.
You probably want to connect the Color Array
port to an Ops.Array.Array3GetNumbers op, to get the r, g, and b values for one color out of the array.
Or use the Ops.Array.InterpolateNumbersArray3 op to interpolate smoothly between the 5 colors
- Ops.Color.ColorPalettes
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch Ops.Color.ColorPalettes
INPUT PORTS
Change it to get another color pallet
OUTPUT PORTS
A texture containing the 5 colors of the current pallet
The color array containing 5 colors (15 values in total, 3 values per color – r, g and b)