eGUI alias D4D  Release 3.0
Reference Manual
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
D4D SCHEME 15-bit color mode support macros.
Collaboration diagram for D4D SCHEME 15-bit color mode support macros.:

Macros

#define D4D_COLOR_RGB555_GET_R(color)
 The macro gets the Red component from 15-bit RGB555 format to 8-bit component format. More...
 
#define D4D_COLOR_RGB555_GET_G(color)
 The macro gets the Green component from 15-bit RGB555 format to 8-bit component format. More...
 
#define D4D_COLOR_RGB555_GET_B(color)
 The macro gets the Blue component from 15-bit RGB555 format to 8-bit component format. More...
 
#define D4D_COLOR_BGR555_GET_B(color)
 The macro gets the Red component from 15-bit BGR555 format to 8-bit component format. More...
 
#define D4D_COLOR_BGR555_GET_G(color)
 The macro gets the Green component from 15-bit BGR555 format to 8-bit component format. More...
 
#define D4D_COLOR_BGR555_GET_R(color)
 The macro gets the Blue component from 15-bit BGR555 format to 8-bit component format. More...
 
#define D4D_COLOR555_GET_R(color)
 The macro gets the Red component from 15-bit standard format to 8-bit component format. More...
 
#define D4D_COLOR555_GET_G(color)
 The macro gets the Green component from 15-bit standard format to 8-bit component format. More...
 
#define D4D_COLOR555_GET_B(color)
 The macro gets the Blue component from 15-bit standard format to 8-bit component format. More...
 
#define D4D_COLOR_RGB555(R, G, B)
 The macro create the color from the color component Red/Green/Blue to 15-bit RGB555 format (the input parameters are 8-bit) More...
 
#define D4D_COLOR_BGR555(R, G, B)
 The macro create the color from the color component Red/Green/Blue to 15-bit BGR555 format (the input parameters are 8-bit) More...
 

Detailed Description

This section specifies help macros to handle 15-bit color format(555).

Macro Definition Documentation

#define D4D_COLOR555_GET_B (   color)

The macro gets the Blue component from 15-bit standard format to 8-bit component format.

Definition at line 328 of file d4d_scheme.h.

#define D4D_COLOR555_GET_G (   color)

The macro gets the Green component from 15-bit standard format to 8-bit component format.

Definition at line 327 of file d4d_scheme.h.

#define D4D_COLOR555_GET_R (   color)

The macro gets the Red component from 15-bit standard format to 8-bit component format.

Definition at line 326 of file d4d_scheme.h.

#define D4D_COLOR_BGR555 (   R,
  G,
 
)

The macro create the color from the color component Red/Green/Blue to 15-bit BGR555 format (the input parameters are 8-bit)

Definition at line 331 of file d4d_scheme.h.

#define D4D_COLOR_BGR555_GET_B (   color)

The macro gets the Red component from 15-bit BGR555 format to 8-bit component format.

Definition at line 321 of file d4d_scheme.h.

#define D4D_COLOR_BGR555_GET_G (   color)

The macro gets the Green component from 15-bit BGR555 format to 8-bit component format.

Definition at line 322 of file d4d_scheme.h.

#define D4D_COLOR_BGR555_GET_R (   color)

The macro gets the Blue component from 15-bit BGR555 format to 8-bit component format.

Definition at line 323 of file d4d_scheme.h.

#define D4D_COLOR_RGB555 (   R,
  G,
 
)

The macro create the color from the color component Red/Green/Blue to 15-bit RGB555 format (the input parameters are 8-bit)

Definition at line 330 of file d4d_scheme.h.

#define D4D_COLOR_RGB555_GET_B (   color)

The macro gets the Blue component from 15-bit RGB555 format to 8-bit component format.

Definition at line 319 of file d4d_scheme.h.

#define D4D_COLOR_RGB555_GET_G (   color)

The macro gets the Green component from 15-bit RGB555 format to 8-bit component format.

Definition at line 318 of file d4d_scheme.h.

#define D4D_COLOR_RGB555_GET_R (   color)

The macro gets the Red component from 15-bit RGB555 format to 8-bit component format.

Definition at line 317 of file d4d_scheme.h.