Procs
proc setPickColor*(self: ColorPicker; color: Color) {.
gcsafe, locks: 0.}proc getPickColor*(self: ColorPicker): Color {.
gcsafe, locks: 0.}proc setRawMode*(self: ColorPicker; mode: bool) {.
gcsafe, locks: 0.}proc isRawMode*(self: ColorPicker): bool {.
gcsafe, locks: 0.}proc setEditAlpha*(self: ColorPicker; show: bool) {.
gcsafe, locks: 0.}proc isEditingAlpha*(self: ColorPicker): bool {.
gcsafe, locks: 0.}proc addPreset*(self: ColorPicker; color: Color) {.
gcsafe, locks: 0.}
Methods
method valueChanged*(self: ColorPicker; arg0: float64) {.
gcsafe, locks: 0, base.}method htmlEntered*(self: ColorPicker; arg0: string) {.
gcsafe, locks: 0, base.}method textTypeToggled*(self: ColorPicker) {.
gcsafe, locks: 0, base.}method addPresetPressed*(self: ColorPicker) {.
gcsafe, locks: 0, base.}method screenPickPressed*(self: ColorPicker) {.
gcsafe, locks: 0, base.}method sampleDraw*(self: ColorPicker) {.
gcsafe, locks: 0, base.}method hsvDraw*(self: ColorPicker; arg0: int64; arg1: Object) {.
gcsafe, locks: 0, base.}method uvInput*(self: ColorPicker; arg0: Object) {.
gcsafe, locks: 0, base.}method wInput*(self: ColorPicker; arg0: Object) {.
gcsafe, locks: 0, base.}method presetInput*(self: ColorPicker; arg0: Object) {.
gcsafe, locks: 0, base.}method screenInput*(self: ColorPicker; arg0: Object) {.
gcsafe, locks: 0, base.}