|
Porytiles
|
Service that builds a ColorSet from a NormalizedPal using a pre-defined color index map. More...
#include <color_set_builder.hpp>
Public Member Functions | |
| ColorSetBuilder (gsl::not_null< TextFormatter * > format) | |
| Constructs a ColorSetBuilder with the specified text formatter. | |
Service that builds a ColorSet from a NormalizedPal using a pre-defined color index map.
Definition at line 16 of file color_set_builder.hpp.
|
inlineexplicit |
Constructs a ColorSetBuilder with the specified text formatter.
The text formatter is used for generating diagnostic messages during the build process.
| format | A non-null pointer to the TextFormatter for formatting diagnostic output |
Definition at line 26 of file color_set_builder.hpp.