Static Public Member Functions | |
| static void | copy (uint16 &dest, uint16 src) |
| static void | split_source (uint16 pix, unsigned int &r, unsigned int &g, unsigned int &b) |
| static void | split_dest (uint16 pix, unsigned int &r, unsigned int &g, unsigned int &b) |
| static uint16 | rgb (unsigned int r, unsigned int g, unsigned int b) |
Definition at line 171 of file imagescl.cc.
Definition at line 174 of file imagescl.cc.
| static void Manip16to16::split_source | ( | uint16 | pix, | |
| unsigned int & | r, | |||
| unsigned int & | g, | |||
| unsigned int & | b | |||
| ) | [inline, static] |
| static void Manip16to16::split_dest | ( | uint16 | pix, | |
| unsigned int & | r, | |||
| unsigned int & | g, | |||
| unsigned int & | b | |||
| ) | [inline, static] |
Definition at line 183 of file imagescl.cc.
References split_source().
Here is the call graph for this function:

| static uint16 Manip16to16::rgb | ( | unsigned int | r, | |
| unsigned int | g, | |||
| unsigned int | b | |||
| ) | [inline, static] |
Definition at line 186 of file imagescl.cc.
1.5.1