last update 20 Sep 2009 |
#include "cvrConfig.h"
#include "cvrAssert.h"
#include "cvrTypes.h"
#include "cvrIoHandler.h"
#include <iostream>
#include "cvrTypeInfo.h"
#include "cvrRGBAPixel_inline.h"
Go to the source code of this file.
Classes | |
class | cvr::rgbaPixel |
Color pixel representation in RGB color space with an alpha channel. More... | |
Namespaces | |
namespace | cvr |
namespace | std |
Functions | |
rgbaPixel | cvr::operator* (const int p, const rgbaPixel &other) |
rgbaPixel | cvr::operator* (const float p, const rgbaPixel &other) |
rgbaPixel | cvr::operator* (const double &p, const rgbaPixel &other) |
bool | cvr::read (ioHandler &handler, rgbaPixel &p, const bool complete=true) |
bool | cvr::write (ioHandler &handler, const rgbaPixel &p, const bool complete=true) |