To HSV (LogiX node)

From Neos Wiki
Jump to navigation Jump to search
Other languages:
English • ‎日本語
To HSV
'To HSV' LogiX node
Inputs
  Color C
Outputs
  Float H
  Float S
  Float L

The To HSV takes an input color C and decomposes it into the corresponding H (hue), S (saturation) and V (value) values.

Usage

HSV format is an alternative way to specify colors in the RBG colorspace - see HSL and HSV.


Note that the default input is [0,0,0,0] which gives default output of H = NaN, S = 0 and L = 0. Values of [0,0,0,*] or [1,1,1,*] give NaN as the H output which has the potential to cause unexpected behavior with downstream calculations etc.

Examples

Node Menu

Color
Back Blending Channels Black Body Color Color (RGBA) Color From Hex Code Color To Hex Code
From HSL From HSV Hue Invert Luminance To HSL To HSV