Table of Contents

GEUtil::CColor

Description

Represents rgb color

Version

Beta 4.0

NameSpace

GEUtil

Inherits

None

Constuctors

1: int r, int g, int b, int a<br> 2: int r, int g, int b<br>

Methods

SetColor

Set color values<br> Parameters: int r, int g, int b, int a (default 0)<br> Return: None<br>

SetRawColor

Sets all color values as int<br> Parameters: int Raw value<br> Return: None<br>

GetRawColor

Gets all color values as int<br> Parameters: None<br> Return: int<br>

Members

r

Red value<br> Type: float

g

Green value<br> Type: float

b

Blue value<br> Type: float

a

Alpha value<br> Type: float