diff options
Diffstat (limited to 'src/resources/dye/dyepalette.h')
-rw-r--r-- | src/resources/dye/dyepalette.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/resources/dye/dyepalette.h b/src/resources/dye/dyepalette.h index d27fba095..d405aaae1 100644 --- a/src/resources/dye/dyepalette.h +++ b/src/resources/dye/dyepalette.h @@ -85,6 +85,11 @@ class DyePalette final static unsigned int hexDecode(const signed char c) A_CONST A_WARN_UNUSED; + + static void hexToColor(const std::string &hexStr, + const int blockSize, + DyeColor &color); + #ifndef UNITTESTS private: #endif |