![]() |
SourcePP
Several modern C++20 libraries for sanely parsing Valve's formats.
|
Functions | |
std::vector< std::byte > | convertP8ImageDataToBGRA8888 (std::span< const std::byte > paletteData, std::span< const std::byte > imageData) |
Converts a paletted image to something usable. | |
std::vector< std::byte > vtfpp::ImageQuantize::convertP8ImageDataToBGRA8888 | ( | std::span< const std::byte > | paletteData, |
std::span< const std::byte > | imageData | ||
) |
Converts a paletted image to something usable.
Definition at line 5 of file ImageQuantize.cpp.