#include "ColourTable.h"
Functions | |
void | c_plhlsrgb (PLFLT h, PLFLT l, PLFLT s, PLFLT *p_r, PLFLT *p_g, PLFLT *p_b) |
void | c_plrgbhls (PLFLT r, PLFLT g, PLFLT b, PLFLT *p_h, PLFLT *p_l, PLFLT *p_s) |
QDOS::Vistream & | operator>> (QDOS::Vistream &v_is, ColourTable &tab) |
QDOS::Vostream & | operator<< (QDOS::Vostream &v_os, ColourTable &tab) |
Variables | |
ColourTablePalette | stdPalette |
ColourTablePalette | profilePalette |
ColourTablePalette | importedPalette |
ColourTablePalette | savedPalette |
QDOS::Vostream& operator<< | ( | QDOS::Vostream & | v_os, | |
ColourTable & | tab | |||
) |
QDOS::Vistream& operator>> | ( | QDOS::Vistream & | v_is, | |
ColourTable & | tab | |||
) |