We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cf00c0 commit 78ac176Copy full SHA for 78ac176
osi_common.proto
@@ -673,7 +673,7 @@ message SpatialSignalStrength
673
//
674
message ColorDescription
675
{
676
- // Greyscale color model
+ // Grayscale color model
677
678
optional ColorGrey grey = 1;
679
@@ -699,13 +699,13 @@ message ColorDescription
699
}
700
701
702
-// \brief Greyscale color model
+// \brief Grayscale color model
703
704
-// ColorGrey defines a greyscale.
+// ColorGrey defines a grayscale.
705
706
message ColorGrey
707
708
- // Definition of a greyscale
+ // Definition of a grayscale
709
710
// Range: [0,1]
711
0 commit comments