<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://miniscript.org/w/index.php?action=history&amp;feed=atom&amp;title=Color.fromListHSV</id>
	<title>Color.fromListHSV - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://miniscript.org/w/index.php?action=history&amp;feed=atom&amp;title=Color.fromListHSV"/>
	<link rel="alternate" type="text/html" href="http://miniscript.org/w/index.php?title=Color.fromListHSV&amp;action=history"/>
	<updated>2026-05-03T20:33:29Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.0</generator>
	<entry>
		<id>http://miniscript.org/w/index.php?title=Color.fromListHSV&amp;diff=1374&amp;oldid=prev</id>
		<title>Redspark: Initial.  Duplicated from color.fromList</title>
		<link rel="alternate" type="text/html" href="http://miniscript.org/w/index.php?title=Color.fromListHSV&amp;diff=1374&amp;oldid=prev"/>
		<updated>2025-03-29T14:48:25Z</updated>

		<summary type="html">&lt;p&gt;Initial.  Duplicated from color.fromList&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;c&amp;gt;[[color]].fromListHSV&amp;lt;/c&amp;gt; converts a color in RGB list form — hue, saturation, value, and optional alpha, all in the range 0-255 — to a string in standard HSV color form.&lt;br /&gt;
&lt;br /&gt;
See also: [[color.toListHSV]]&lt;br /&gt;
&lt;br /&gt;
=== Arguments ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Parameter Name !! Type !! Default Value !! Meaning&lt;br /&gt;
|-&lt;br /&gt;
| ''hsvaList'' || list || null || list of the form &amp;lt;c&amp;gt;[hue, saturation, value]&amp;lt;/c&amp;gt; or &amp;lt;c&amp;gt;[hue, saturation, value, alpha]&amp;lt;/c&amp;gt;&lt;br /&gt;
|} &lt;br /&gt;
&lt;br /&gt;
=== Usage Notes ===&lt;br /&gt;
All methods and colors in the Mini Micro API, except this one, represent colors as hexadecimal strings, e.g. &amp;lt;c&amp;gt;&amp;quot;#FF8080C8&amp;quot;&amp;lt;/c&amp;gt;.  However, sometimes it is convenient to represent a color as a list of numbers, so for example you can do math with them.  Then, use &amp;lt;c&amp;gt;color.fromListHSV&amp;lt;/c&amp;gt; to convert this list back into standard HSV color form.&lt;br /&gt;
&lt;br /&gt;
=== Example ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ms&amp;gt;print color.fromListHSV([255, 128, 20, 200])&amp;lt;/ms&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The above prints &amp;lt;c&amp;gt;#140A0AC8&amp;lt;/c&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Mini Micro]]&lt;/div&gt;</summary>
		<author><name>Redspark</name></author>
		
	</entry>
</feed>