Panda3D
Public Member Functions | Static Public Member Functions | Public Attributes
pixel Struct Reference

List of all members.

Public Member Functions

 pixel (gray r, gray g, gray b)
pixel operator* (const double mult) const
void operator*= (const double mult)
pixel operator+ (const pixel &other) const
void operator+= (const pixel &other)
pixel operator- (const pixel &other) const
void operator-= (const pixel &other)
gray operator[] (int i) const
gray & operator[] (int i)

Static Public Member Functions

static int size ()

Public Attributes

gray b
gray g
gray r

Detailed Description

Definition at line 42 of file pnmimage_base.h.


The documentation for this struct was generated from the following file:
 All Classes Functions Variables Enumerations