Browse Source

fixed typo in orange HSV colors decalartion (#15976)

pull/15993/head
Ryan Hausen 2 years ago
committed by GitHub
parent
commit
489475814a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      quantum/color.h

+ 1
- 1
quantum/color.h View File

@ -60,7 +60,7 @@
#define HSV_GOLDENROD 30, 218, 218
#define HSV_GREEN 85, 255, 255
#define HSV_MAGENTA 213, 255, 255
#define HSV_ORANGE 28, 255, 255
#define HSV_ORANGE 21, 255, 255
#define HSV_PINK 234, 128, 255
#define HSV_PURPLE 191, 255, 255
#define HSV_RED 0, 255, 255


Loading…
Cancel
Save