ProtoFlux:Color To HSV: Revision history

From Resonite Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

25 February 2024

  • curprev 20:5320:53, 25 February 2024PJB talk contribs 922 bytes +922 Created page with " {{#Invoke:ProtoFlux|GenerateUI |Name=Color To HSV |Category=Colors |Inputs= [ {"Name":"Color", "Type":"color"} ] |Outputs= [ {"Name":"H", "Type":"float"}, {"Name":"S", "Type":"float"}, {"Name":"V", "Type":"float"} ] |}} Color To HSL converts a Color to [https://en.wikipedia.org/wiki/HSL_and_HSV HSV]. The result is represented as 3 separate Float values for Hue, Saturation, and Value. == Inputs == === Color (Color) === The..."