Panda3D
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Static Public Member Functions
pixel Struct Reference

List of all members.

Public Member Functions

 pixel ()
 pixel (unsigned short int r, unsigned short int g, unsigned short int b)
pixel operator* (double mult)
pixel operator*= (double mult)
pixel operator+ (pixel const other)
pixel operator+= (pixel const other)
pixel operator- (pixel const other)
pixel operator-= (pixel const other)
 operator[] (int i)
unsigned short int operator[] (int i)
 setitem (int i, unsigned short int v)

Static Public Member Functions

static int size ()

Constructor & Destructor Documentation

pixel ( )
pixel ( unsigned short int  r,
unsigned short int  g,
unsigned short int  b 
)

Member Function Documentation

pixel operator* ( double  mult)
pixel operator*= ( double  mult)
pixel operator+ ( pixel const  other)
pixel operator+= ( pixel const  other)
pixel operator- ( pixel const  other)
pixel operator-= ( pixel const  other)
operator[] ( int  i)
unsigned short int operator[] ( int  i)
setitem ( int  i,
unsigned short int  v 
)
static int size ( ) [static]
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties