Color.pm: revert erroneous rgb2hsv change
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@11096 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -148,7 +148,7 @@ rgb2hsv($$$) {
|
||||
$s = $c / $M;
|
||||
}
|
||||
|
||||
$v = $M/255;
|
||||
$v = $M;
|
||||
|
||||
return( $h,$s,$v );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user