Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // color defines
- #define AQUA <0.498, 0.859, 1.000>
- #define BLACK <0.067, 0.067, 0.067>
- #define BLACK_0 <0, 0, 0>
- #define BLUE <0.000, 0.455, 0.851>
- #define BROWN <1, 0.5, 0>
- #define CYAN <0, 1, 1>
- #define CYAN_TO_PINK <0.5, 0.5, 1>
- #define DARK_BLUE <0, 0, 0.5>
- #define DARK_BLUE_TO_CYAN <0, 0.25, 0.5>
- #define DARK_BROWN <0.5, 0.25, 0>
- #define DARK_CYAN <0, 0.5, 0.5>
- #define DARK_GREEN <0, 0.5, 0>
- #define DARK_GREEN_TO_BLUE <0, 0.25, 0.25>
- #define DARK_MAGENTA <0.5, 0, 0.5>
- #define DARK_RED <0.5, 0, 0>
- #define DARK_YELLOW <0.5, 0.5, 0>
- #define DIRTY_YELLOW <0.5, 0.5, 0>
- #define FUCHSIA <0.941, 0.071, 0.745>
- #define GRAY <0.667, 0.667, 0.667>
- #define GREEN <0.180, 0.800, 0.251>
- #define GREEN_TO_BLUE <0, 1, 0.5>
- #define INDIGO <0.5, 0, 1>
- #define LIGHT_BLUE_TO_GREEN <0.5, 1, 1>
- #define LIGHT_GRAY <0.75, 0.75, 0.75>
- #define LIGHT_GREEN_TO_BLUE <0, 0.5, 1>
- #define LIGHT_YELLOW <1, 1, 0.5>
- #define LIME <0.004, 1.000, 0.439>
- #define MAGENTA <1, 0, 1>
- #define MAROON <0.522, 0.078, 0.294>
- #define NAVY <0.000, 0.122, 0.247>
- #define OLIVE <0.239, 0.600, 0.439>
- #define ORANGE <1.000, 0.522, 0.106>
- #define PALE_YELLOW <1, 1, 0.79>
- #define PURPLE <0.694, 0.051, 0.788>
- #define RED <1.000, 0.255, 0.212>
- #define SILVER <0.867, 0.867, 0.867>
- #define TEAL <0.224, 0.800, 0.800>
- #define VIOLET <1, 1, 0.5>
- #define WHITE <1.000, 1.000, 1.000>
- #define WHITE_A <1, 1, 1>
- #define WHITE_B <1, 1, 1>
- #define WHITE_C <1, 1, 1>
- #define WHITE_D <1, 1, 1>
- #define YELLOW <1.000, 0.863, 0.000>
Add Comment
Please, Sign In to add comment