ff7tk
1.2.0.11
Work with Final Fantasy 7 game data
|
#include <QtCore>
#include <QRgb>
#include <ff7tkutils_export.h>
Go to the source code of this file.
Classes | |
class | PsColor |
Macros | |
#define | COEFF_COLOR 8.2258064516129032258064516129032 |
#define | psColorAlphaBit(color) ((color >> 15) & 1) |
#define | setPsColorAlphaBit(color, alpha) ((color & 0x7FFF) | (alpha << 15)) |
#define COEFF_COLOR 8.2258064516129032258064516129032 |
#define psColorAlphaBit | ( | color | ) | ((color >> 15) & 1) |
#define setPsColorAlphaBit | ( | color, | |
alpha | |||
) | ((color & 0x7FFF) | (alpha << 15)) |