Skip to content

Commit 0b5573a

Browse files
thomassedlmayerpmai
authored andcommitted
Change unit of hue (ColorHSV) to degree
Signed-off-by: Thomas Sedlmayer <tsedlmayer@pmsfit.de>
1 parent a9c179e commit 0b5573a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

osi_common.proto

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,8 @@ message ColorHSV
728728
{
729729
// Hue
730730
//
731-
// Range: [0,1]
731+
// Unit: deg
732+
// Range: [0,360[
732733
//
733734
optional double hue = 1;
734735

0 commit comments

Comments
 (0)