DVUI

TextEntryColorResult

Fields

#
value:union(enum) { Valid: Color, Invalid: enum { non_hex_value, alpha_passed_when_not_allowed, }, Empty: void, }
union(enum) { Valid: Color, Invalid: enum { non_hex_value, alpha_passed_when_not_allowed, }, Empty: void, }
changed:bool

True if given a value pointer and wrote a valid value back to it.

enter_pressed:bool
bool