|
typedef unsigned char | octet |
| octet is stored internaly as an unsigned char (1 byte)
|
|
|
std::ostream & | operator<< (std::ostream &stream, const color &c) |
| write the color value into the stream
|
|
/ ____| __ | ____| | | | | | |__) | |__ | | _ _ ___ _ __ | | | ___/| __| | | | | | |/ _ | '_ \ | |____| | | |____ | |___| |_| | (_) | | | | _____|_| |______| |________, |___/|_| |_| __/ | |___/
octet is stored internaly as an unsigned char (1 byte)
std::ostream & cpe::operator<< |
( |
std::ostream & |
stream, |
|
|
const color & |
c |
|
) |
| |