Color Info
Intro
Get the hue, saturation or value of a given color.
UI
Mode - Select which property of the Color to output:
- Hue - Output the hue of the Color (0-360).
- Saturation - Output the saturation of the **Color **(0-1).
- Value - Output the value of the Color (0-1).
Color - Set a color.
Result - A read only value to preview the output.
Example
- Create a Color Info.
- Set the Mode to Hue.
- Create a Shape.
- Connect colorInfo.id→shape.position.x.
- Click the color swatch on the Color Info to pop up the color picker.
- Click and drag the white ring in the outer ring to adjust the hue.
The shape will move between 0 and 360 along the X axis.