Main Page   Modules   Alphabetical List   Data Structures   Data Fields  

RwRGBAReal Struct Reference
[RwRGBA]


Data Fields

RwReal red
RwReal green
RwReal blue
RwReal alpha

Detailed Description

This structure represents an RGBA color which has components specified as real values.

A color component of an RwRGBA with the value 255 generally corresponds to the associated component in an RwRGBAReal with the value 1.0f. However, any values can be substituted to denormalize/normalize RwRGBAReal and create different effects. For example, while light colors are expressed as normalized RGBA, interesting effects can be gained using larger values.

It should also be noted that a color component of an RwRGBA with the value 0 generally corresponds to the associcated component in an RwRGBAReal with the value 0.0.


Field Documentation

RwReal alpha
 

alpha component

RwReal blue
 

blue component

RwReal green
 

green component

RwReal red
 

red component


Criterion Software © 1993-2004 Criterion Software Limited. All rights reserved. Built Thu Feb 12 13:46:48 2004. Send Feedback