|
WoW Model Viewer
Your premiere tool for viewing, equipping and animating World of Warcraft models.
|
#include "SoftwareImage.h"#include <algorithm>#include <cmath>#include <cstring>#include "stb_image.h"#include "stb_image_write.h"#include "Logger.h"Go to the source code of this file.
Functions | |
| static void | bgraToRgba (const uint8_t *src, uint8_t *dst, int count) |
| static uint8_t | clampByte (float v) |
| static float | overlayChannel (float base, float blend) |
|
static |
|
inlinestatic |
|
inlinestatic |