RGBToHSV: Revision history

Jump to navigation Jump to search

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.

2 January 2022

  • curprev 23:5423:54, 2 January 2022Olez14 talk contribs 1,368 bytes −10 remove debug line
  • curprev 23:4623:46, 2 January 2022Olez14 talk contribs 1,378 bytes +1,378 Created page with "{{Useful Function}} __NOTOC__ This function convert RGB to HSV color space ==Syntax== <syntaxhighlight lang="lua"> string RGBToHSV ( int red, int green, int blue ) </syntaxhighlight> ===Required Arguments=== * '''red:''' The amount of [http://en.wikipedia.org/wiki/RGBA_color_space red] in the color (0-255). * '''green:''' The amount of [http://en.wikipedia.org/wiki/RGBA_color_space green] in the color (0-255). * '''blue:''' The amount of [http://en.wikipedia.org/wiki/..."