ConstPixel< ColorT > Class Template Reference

#include <Pt/Gfx/ImageFormat.h>

Read-only cursor to one pixel. More...

Detailed Description

template<typename ColorT>
class Pt::Gfx::ConstPixel< ColorT >

ConstPixel is the const counterpart of Pixel. It can be constructed from a const view or from a mutable Pixel. It reads colors and advances, but it does not write.