Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Mixes two colors together according to the specified mix percentage. The mixed color result is calculated as: ((1.0-mix) * color1) + (mix * color2).

Accordion Image Slider
maxNumber5
sourcesadc5ee58-9f48-4e85-a4b5-88bdde2159b6,b223f795-bde0-4acd-a745-12758bd415e3,b603fdbb-6030-4bc1-bca3-fb00d81dfaf4,885fa971-77ff-487a-a2e3-0fbc040eb660,17881ef2-04c8-4e7a-bce7-f96a41dc0785
containerWidth100%

Input Parameters

Color 1

The first color that is mixed with the second color.

...

Carousel Image Slider
sources12eec7ab-c63a-473f-9fd0-33c17c59ea73,72a3e82b-e9ed-4a47-a90c-b4cd0e8d98ed,ca5c8a4f-30c6-40b3-b58a-75c2e2f0a54f,08dda571-0c50-4f2b-86e3-0549cbc0acc6
slidesToShow4
Accordion Image Slider
maxNumber5
sourcesadc5ee58-9f48-4e85-a4b5-88bdde2159b6,b223f795-bde0-4acd-a745-12758bd415e3,b603fdbb-6030-4bc1-bca3-fb00d81dfaf4,885fa971-77ff-487a-a2e3-0fbc040eb660,17881ef2-04c8-4e7a-bce7-f96a41dc0785
containerWidth100%

Clamp Mixer

Keep the mix value between 0 and 1 to make sure you only get either color1 or color2 when outside of that range.

...