Description:

Create the nearest HSV equivalent of an XYZ color.

Syntax:
public static ColorHSV CreateFromXYZ(
ColorXYZ xyz
)
Parameters:
  • xyz
  • Type: ColorXYZ
  • Target color in XYZ space.
Returns:
Type: ColorHSV
The HSV equivalent of the XYZ color.
Available since:
6.0

CreateFromXYZ method

Class:  Rhino.Display.ColorHSV

Nothing found