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 a 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-2003 Criterion Software Limited. All rights reserved. Built Tue Apr 22 12:46:10 2003. Send Feedback
Converted from CHM to HTML with chm2web Pro 2.85 (unicode)