Go to: Synopsis. Return value. MEL examples.

Synopsis

hsv_to_rgb vector

hsv_to_rgb is NOT undoable, NOT queryable, and NOT editable.

Converts colors between HSV and RGB colorspace representations. The components of the argument vector are expected to be between 0.0 and 1.0.

Return value

vectorRGB values

MEL examples

hsv_to_rgb <<1,.5,.6>>;
// Result: <<0.6, 0.3, 0.3>> //