A function defined in BBMOD_Color.gml
FromRGBA(_red, _green, _blue[, _alpha])
Initializes the color using RGBA.
Name | Type | Description |
---|---|---|
_red | Real |
The value of the red channel. Use values in range 0..BBMOD_RGBM_VALUE_MAX . |
_green | Real |
The value of the green channel. Use values in range 0..BBMOD_RGBM_VALUE_MAX . |
_blue | Real |
The value of the blue channel. Use values in range 0..BBMOD_RGBM_VALUE_MAX . |
_alpha | Real |
The value of the alpha channel. Defaults to 1. |
Struct.BBMOD_Color
Returns self
.
Copyright © 2024, BlueBurn. Built on September 07, 2024 using GMDoc.