Module color_picker_button

Procs

proc color*(self: ColorPickerButton): Color {.
gcsafe, locks: 0
.}
proc `color =`*(self: ColorPickerButton; val: Color) {.
gcsafe, locks: 0
.}
proc editAlpha*(self: ColorPickerButton): bool {.
gcsafe, locks: 0
.}
proc `editAlpha =`*(self: ColorPickerButton; val: bool) {.
gcsafe, locks: 0
.}
proc getPicker*(self: ColorPickerButton): ColorPicker {.
gcsafe, locks: 0
.}

Methods

method colorChanged*(self: ColorPickerButton; arg0: Color) {.
gcsafe, locks: 0, base
.}