<?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.hsv</id>
	<title>Color.hsv - 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.hsv"/>
	<link rel="alternate" type="text/html" href="http://miniscript.org/w/index.php?title=Color.hsv&amp;action=history"/>
	<updated>2026-05-03T21:39:36Z</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.hsv&amp;diff=1372&amp;oldid=prev</id>
		<title>Redspark: Initial.  Duplicated from color.rgb</title>
		<link rel="alternate" type="text/html" href="http://miniscript.org/w/index.php?title=Color.hsv&amp;diff=1372&amp;oldid=prev"/>
		<updated>2025-03-29T14:32:07Z</updated>

		<summary type="html">&lt;p&gt;Initial.  Duplicated from color.rgb&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;In [[Mini Micro]], the &amp;lt;c&amp;gt;[[color]].hsv&amp;lt;/c&amp;gt; method returns a [[color]] string from Hue, Saturation, and Value values in the range 0-255.&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 !! Meaning&lt;br /&gt;
|-&lt;br /&gt;
| h || red component (0-255)&lt;br /&gt;
|-&lt;br /&gt;
| s || green component (0-255)&lt;br /&gt;
|-&lt;br /&gt;
| v || blue component (0-255)&lt;br /&gt;
|-&lt;br /&gt;
| a || alpha component (0-255).  Defaults to 255.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
First three parameters are required.  The result is a 9-character color string with an alpha.&lt;br /&gt;
&lt;br /&gt;
See also: [[color.rgba]]&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ms&amp;gt;print color.hsv(50,100,200)&amp;lt;/ms&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Output:&lt;br /&gt;
  #BAC87AFF&lt;br /&gt;
&lt;br /&gt;
[[Category:Mini Micro]]&lt;/div&gt;</summary>
		<author><name>Redspark</name></author>
		
	</entry>
</feed>