Ninja Library - Matrix Structure

NJS_BGRA

Structure in which the individual bytes for the ARGB components are set

DEFINITION

typedef struct { 
        Uint8   b; 
        Uint8   g; 
        Uint8   r; 
        Uint8   a; 
} NJS_BGRA; 

MEMBER

 b  Blue component 
 g  Green component 
 r  Red component 
 a  Alpha component 

DESCRIPTION

Structure in which the individual bytes for the ARGB components are set. Range of value for all members is between 0 - 255.

NJS_BGRA
COPYRIGHT © SEGA ENTERPRISES, LTD., 1998,1999