enum classPixelStitch::DrawModal
sys::Obj sys::Enum PixelStitch::DrawModal
@
Serializable { simple=true }
const static DrawModal erase := ...
static new fromStr(Str name, Bool checked := true)
Return the DrawModal instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.
const static DrawModal[] vals := ...
List of DrawModal values indexed by ordinal
const static DrawModal write := ...