exported features
- draw_line (d: DRAWABLE, x1: INTEGER_32, y1: INTEGER_32, x2: INTEGER_32, y2: INTEGER_32, state: INTEGER_32)
- draw_rectangle (d: DRAWABLE, x: INTEGER_32, y: INTEGER_32, width: INTEGER_32, height: INTEGER_32, state: INTEGER_32)
- draw_fill_rectangle (d: DRAWABLE, x: INTEGER_32, y: INTEGER_32, width: INTEGER_32, height: INTEGER_32, state: INTEGER_32)
- draw_button (b: BUTTON)
- draw_box (d: DRAWABLE, x: INTEGER_32, y: INTEGER_32, width: INTEGER_32, height: INTEGER_32, intensity: INTEGER_32)
- draw_check_button (b: CHECK_SPACE)
- draw_check (d: DRAWABLE, x: INTEGER_32, y: INTEGER_32, width: INTEGER_32, height: INTEGER_32, active: BOOLEAN)
- draw_string (d: DRAWABLE, s: UNICODE_STRING, x: INTEGER_32, y: INTEGER_32, state: INTEGER_32)
- font (state: INTEGER_32): BASIC_FONT
- color_gradient: FAST_ARRAY[COLOR]
require
- intensity.in_range(0, 16)