3DCoat  3D-COAT 4.9.xx
3DCoat is the one application that has all the tools you need to take your 3D idea from a block of digital clay all the way to a production ready, fully textured organic or hard surface model.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
coat::scripto::Color Class Reference

Class for working with an RGBA-color. More...

#include <SColor.h>

Public Member Functions

 Color (value_t r, value_t g, value_t b, value_t a=0xFF)
 Constructor for building a color by RGBA-channels. More...
 

Detailed Description

Class for working with an RGBA-color.

color.jpg
Since
4.5.32odo fine? Include the comms::cColor.

Constructor & Destructor Documentation

coat::scripto::Color::Color ( value_t  r,
value_t  g,
value_t  b,
value_t  a = 0xFF 
)
inline

Constructor for building a color by RGBA-channels.

Color a( 0x22, 0x8b, 0x22, 202 );

The documentation for this class was generated from the following files: