Skip to content

Commit

Permalink
Remove non-ascii character.
Browse files Browse the repository at this point in the history
Signed-off-by: nyoungbq <nathan.young@bluequartz.net>
  • Loading branch information
nyoungbq committed Sep 18, 2023
1 parent f616866 commit bd02eee
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions Source/SIMPLib/Utilities/Testing/Cxx/ColorUtilitiesTest.cpp
Expand Up @@ -5,22 +5,22 @@
#include "SIMPLib/Utilities/ColorUtilities.h"

#if 0
Black (0°,0%,0%) #000000 (0,0,0)
White (0°,0%,100%) #FFFFFF (255,255,255)
Red (0°,100%,100%) #FF0000 (255,0,0)
Lime (120°,100%,100%) #00FF00 (0,255,0)
Blue (240°,100%,100%) #0000FF (0,0,255)
Yellow (60°,100%,100%) #FFFF00 (255,255,0)
Cyan (180°,100%,100%) #00FFFF (0,255,255)
Magenta (300°,100%,100%) #FF00FF (255,0,255)
Silver (0°,0%,75%) #C0C0C0 (192,192,192)
Gray (0°,0%,50%) #808080 (128,128,128)
Maroon (0°,100%,50%) #800000 (128,0,0)
Olive (60°,100%,50%) #808000 (128,128,0)
Green (120°,100%,50%) #008000 (0,128,0)
Purple (300°,100%,50%) #800080 (128,0,128)
Teal (180°,100%,50%) #008080 (0,128,128)
Navy (240°,100%,50%) #000080 (0,0,128)
Black (0,0%,0%) #000000 (0,0,0)
White (0,0%,100%) #FFFFFF (255,255,255)
Red (0,100%,100%) #FF0000 (255,0,0)
Lime (120,100%,100%) #00FF00 (0,255,0)
Blue (240,100%,100%) #0000FF (0,0,255)
Yellow (60,100%,100%) #FFFF00 (255,255,0)
Cyan (180,100%,100%) #00FFFF (0,255,255)
Magenta (300,100%,100%) #FF00FF (255,0,255)
Silver (0,0%,75%) #C0C0C0 (192,192,192)
Gray (0,0%,50%) #808080 (128,128,128)
Maroon (0,100%,50%) #800000 (128,0,0)
Olive (60,100%,50%) #808000 (128,128,0)
Green (120,100%,50%) #008000 (0,128,0)
Purple (300,100%,50%) #800080 (128,0,128)
Teal (180,100%,50%) #008080 (0,128,128)
Navy (240,100%,50%) #000080 (0,0,128)
#endif

class ColorUtilitiesTest
Expand Down

0 comments on commit bd02eee

Please sign in to comment.