Ninja Library - Matrix Structure

NJS_ARGB

Structure in which individual ARGB components are set with floating point values

DEFINITION

typedef struct { 
        Float   a; 
        Float   r; 
        Float   g; 
        Float   b; 
} NJS_ARGB; 

MEMBER

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

DESCRIPTION

Structure in which individual ARGB components are set with floating point values. Range of value for all members is between 0.f - 1.f.

REFERENCE

njSetConstantMaterial()
njSetLightColor()
njSetUserLight()

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