Skip to content

Commit bd02eee

Browse files
committed
Remove non-ascii character.
Signed-off-by: nyoungbq <nathan.young@bluequartz.net>
1 parent f616866 commit bd02eee

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

Source/SIMPLib/Utilities/Testing/Cxx/ColorUtilitiesTest.cpp

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,22 @@
55
#include "SIMPLib/Utilities/ColorUtilities.h"
66

77
#if 0
8-
Black (0°,0%,0%) #000000 (0,0,0)
9-
White (0°,0%,100%) #FFFFFF (255,255,255)
10-
Red (0°,100%,100%) #FF0000 (255,0,0)
11-
Lime (120°,100%,100%) #00FF00 (0,255,0)
12-
Blue (240°,100%,100%) #0000FF (0,0,255)
13-
Yellow (60°,100%,100%) #FFFF00 (255,255,0)
14-
Cyan (180°,100%,100%) #00FFFF (0,255,255)
15-
Magenta (300°,100%,100%) #FF00FF (255,0,255)
16-
Silver (0°,0%,75%) #C0C0C0 (192,192,192)
17-
Gray (0°,0%,50%) #808080 (128,128,128)
18-
Maroon (0°,100%,50%) #800000 (128,0,0)
19-
Olive (60°,100%,50%) #808000 (128,128,0)
20-
Green (120°,100%,50%) #008000 (0,128,0)
21-
Purple (300°,100%,50%) #800080 (128,0,128)
22-
Teal (180°,100%,50%) #008080 (0,128,128)
23-
Navy (240°,100%,50%) #000080 (0,0,128)
8+
Black (0,0%,0%) #000000 (0,0,0)
9+
White (0,0%,100%) #FFFFFF (255,255,255)
10+
Red (0,100%,100%) #FF0000 (255,0,0)
11+
Lime (120,100%,100%) #00FF00 (0,255,0)
12+
Blue (240,100%,100%) #0000FF (0,0,255)
13+
Yellow (60,100%,100%) #FFFF00 (255,255,0)
14+
Cyan (180,100%,100%) #00FFFF (0,255,255)
15+
Magenta (300,100%,100%) #FF00FF (255,0,255)
16+
Silver (0,0%,75%) #C0C0C0 (192,192,192)
17+
Gray (0,0%,50%) #808080 (128,128,128)
18+
Maroon (0,100%,50%) #800000 (128,0,0)
19+
Olive (60,100%,50%) #808000 (128,128,0)
20+
Green (120,100%,50%) #008000 (0,128,0)
21+
Purple (300,100%,50%) #800080 (128,0,128)
22+
Teal (180,100%,50%) #008080 (0,128,128)
23+
Navy (240,100%,50%) #000080 (0,0,128)
2424
#endif
2525

2626
class ColorUtilitiesTest

0 commit comments

Comments
 (0)