ColorToHSV function

Vector3D ColorToHSV(
  1. ColorD color
)

Implementation

Vector3D ColorToHSV(
  ColorD color,
) => _module.ColorToHSV(color);