From 4850afcbba3a9a1ec63b22fb1635be183aafbb99 Mon Sep 17 00:00:00 2001 From: devrafalko Date: Sat, 9 May 2020 22:22:17 +0200 Subject: [PATCH] Update color.html.mb.erb `color.hue()` returned value range corrected. --- source/documentation/modules/color.html.md.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/documentation/modules/color.html.md.erb b/source/documentation/modules/color.html.md.erb index 75dddaf5d..27c3fa4cf 100644 --- a/source/documentation/modules/color.html.md.erb +++ b/source/documentation/modules/color.html.md.erb @@ -364,7 +364,7 @@ SIGNATURE <% function 'color.hue($color)', 'hue($color)', returns: 'number' do %> - Returns the hue of `$color` as a number between `0deg` and `255deg`. + Returns the hue of `$color` as a number between `0deg` and `360deg`. See also: