ColorPalettes Op

ColorPalettes

Contains a collection of nice color palettes output to texture or array via index


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


Edit Documentation

Full Name
  • Ops.Color.ColorPalettes
Visibility
  • Core Op - Official cables op
License
  • MIT
AuthorTest Patches


 

INPUT PORTS


Index (Number:integer )

Change it to get another color pallet

Smooth (Number:boolean )

OUTPUT PORTS


Texture (Object)

A texture containing the 5 colors of the current pallet

Color Array (Array)

The color array containing 5 colors (15 values in total, 3 values per color – r, g and b)


Patches using ColorPalettes

  • Examples
  • Public
  • My Patches