Procs
proc color(self: ColorPickerButton): Color {.
gcsafe, locks: 0, raises: [], tags: [].}proc color=(self: ColorPickerButton; val: Color) {.
gcsafe, locks: 0, raises: [], tags: [].}proc editAlpha(self: ColorPickerButton): bool {.
gcsafe, locks: 0, raises: [], tags: [].}proc editAlpha=(self: ColorPickerButton; val: bool) {.
gcsafe, locks: 0, raises: [], tags: [].}proc getPicker(self: ColorPickerButton): ColorPicker {.
gcsafe, locks: 0, raises: [Exception], tags: [RootEffect].}proc getPopup(self: ColorPickerButton): PopupPanel {.
gcsafe, locks: 0, raises: [Exception], tags: [RootEffect].}