#include <Manips.h>
Static Public Member Functions | |
static bool | are_same () |
static uint32 | copy (uint32 src) |
static void | split (uint32 src, uint8 &r, uint8 &g, uint8 &b, uint8 &a) |
static uint32 | merge (uint8 r, uint8 g, uint8 b, uint8 a) |
static uint16 | to16bit (uint32 src) |
Definition at line 59 of file Manips.h.