Skip to contents

Color Bar Alpha control.

Usage

gui_color_bar_alpha(bounds, text, alpha)

Arguments

bounds

A rectangle.

text

A string.

alpha

A number (current value).

Value

A list with result (integer), alpha (number).

Examples

if (FALSE) {
gui_color_bar_alpha(rectangle(10, 10, 200, 100), "Hello", 0.0)
}