Blender V2.61 - r43446
Public Member Functions | Public Attributes

Color16 Class Reference

16 bit 565 BGR color. More...

#include <Color.h>

List of all members.

Public Member Functions

 Color16 ()
 Color16 (const Color16 &c)
 Color16 (unsigned short U)

Public Attributes

union {
   struct {
      unsigned short   b: 5
      unsigned short   g: 6
      unsigned short   r: 5
   } 
   unsigned short   u
}; 

Detailed Description

16 bit 565 BGR color.

Definition at line 82 of file Color.h.


Constructor & Destructor Documentation

Color16::Color16 ( ) [inline]

Definition at line 85 of file Color.h.

Color16::Color16 ( const Color16 c) [inline]

Definition at line 86 of file Color.h.

Color16::Color16 ( unsigned short  U) [inline, explicit]

Definition at line 87 of file Color.h.


Member Data Documentation

union { ... }
unsigned short Color16::b
unsigned short Color16::g
unsigned short Color16::r
unsigned short Color16::u

The documentation for this class was generated from the following file: