darts/image.h file

Class Image, Image3f, and Image4f.

Classes

template<typename T>
class Image
An image with a generic pixel type.

Typedefs

using Image3f = Image<Color3f>
A floating-point RGB image.
using Image4f = Image<Color4f>
A floating-point RGBA image.