#include "palette.h"#include "surface.h"#include "general.h"#include <fstream>#include <iostream>Defines | |
| #define | PALETTE_FILE_COOKIE "SYNFIGPAL1.0" |
Functions | |
| bool | weight_less_than (const PaletteItem &lhs, const PaletteItem &rhs) |
| bool | luma_less_than (const PaletteItem &lhs, const PaletteItem &rhs) |
| bool | luma_less_than (const PaletteItem &lhs, const float &rhs) |
| #define PALETTE_FILE_COOKIE "SYNFIGPAL1.0" |
| bool weight_less_than | ( | const PaletteItem & | lhs, | |
| const PaletteItem & | rhs | |||
| ) |
| bool luma_less_than | ( | const PaletteItem & | lhs, | |
| const PaletteItem & | rhs | |||
| ) |
| bool luma_less_than | ( | const PaletteItem & | lhs, | |
| const float & | rhs | |||
| ) |
1.5.1