FORMS_DrawColourInput

A function defined in FORMS_DrawColourInput.gml

FORMS_DrawColourInput(_x, _y, _width, _color, _alpha)

Description

Draws a color input at the given position.

Arguments

Name Type Description
_x Real The x position to draw the input at.
_y Real The y position to draw the input at.
_width Real The width of the input.
_color Real The current color.
_alpha Real The current alpha.

Returns

Struct.FORMS_Window, Undefined The color picker window on click or undefined.


Copyright © 2024, BlueBurn. Built on September 03, 2024 using GMDoc.