NOTE: This is an archive of the old wiki.
Expect content to be outdated and links to be broken.

User Tools


python:geutil:ccolor

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

python/geutil/ccolor.txt ยท Last modified: 2023/09/03 18:43 by 127.0.0.1