MQWidget.ColorI4 class

A RGBA color by integer values.

Property

get set Type Name Description
x x int r a red value
x x int g a green value
x x int b a blue value
x x int a an alpha value

Method

Member Description
ColorI4 Constructor.
ColorI4 Constructor.
ColorI4 Constructor.

ColorI4

Constructor.

ColorI4(r, g, b)

Constructor.

Parameters:
int r - Red
int g - Green
int b - Blue

ColorI4(r, g, b, a)

Constructor.

Parameters:
int r - Red
int g - Green
int b - Blue
int a - Alpha