Color Range Maker

For making color range bits for the Rain World Mods Wiki or others. Click on symbols to input a new block. Remember that numbers must be kept between 0 and 1.


Input

Code:

Output

|

Input:
0.5

Variables:
x
y

Operations:
+
-
*
/
%
^
floor
ceil
round

Color Types:
rgb
hsl
to rgb
to hsl
get part of

Functions:
clamp01
lerp a: b: t:
invlerp a: b: t:
lerpmap val: from a: to a: from b: to b:
clamped random var base: dev: k: axis:
wrapped random var base: dev: k: axis:

Conditionals:
if then: else:

Logic:
=
>
<


and
or
not