Your Ad Here

Go to: Synopsis. Return value. MEL examples.

Synopsis

rgb_to_hsv <vector>

rgb_to_hsv is undoable, queryable, and editable.

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

Return value


vector

MEL examples

rgb_to_hsv <<.6,.6,.6>>;
// Result: <<0, 0, 0.6>> //

  

Return to Autodesk Index


Your Ad Here