Macros

TOC

Description

Macros for various use.

List

color_a9f1aad2_e23c_4f7e_9dce_0f1c116f4968
Name
color_a9f1aad2_e23c_4f7e_9dce_0f1c116f4968
Description
Header of Color library is included and ready for use.
Example
#ifdef color_a9f1aad2_e23c_4f7e_9dce_0f1c116f4968
typedef ::color::rgb < std::uint8_t > rgb_t;
#else
#error "Missing color library"
#endif
COLOR_USE_PP2FILE
Name
COLOR_USE_PP2FILE
Description
Instead to internally use files scattered across color folder use only one already preprocessed.
This will speed up compilation process.
Example
#define COLOR_USE_PP2FILE
#include "color/color.hpp"
See also:
How to reduce file count?