Blender  V3.3
Public Member Functions | Public Attributes | List of all members
Color16 Class Reference

#include <Color.h>

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() [1/3]

Color16::Color16 ( )
inline

Definition at line 84 of file Color.h.

◆ Color16() [2/3]

Color16::Color16 ( const Color16 c)
inline

Definition at line 87 of file Color.h.

◆ Color16() [3/3]

Color16::Color16 ( unsigned short  U)
inlineexplicit

Definition at line 90 of file Color.h.

Member Data Documentation

◆ 

union { ... }

◆ b

unsigned short Color16::b

◆ g

unsigned short Color16::g

◆ r

unsigned short Color16::r

◆ u

unsigned short Color16::u

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