• Converts from RGB values (with r,g,b in range [0,1]) to an array of HSV values (in range [0, 1])

    Based on goog/color/color.js in the Google Closure library.

    Parameters

    • out: Float32Array
    • r: number
    • g: number
    • b: number

    Returns Float32Array

Generated using TypeDoc