Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ColorPicker ¶
type ColorPicker interface {
fyne.CanvasObject
SetOnChanged(func(color.Color))
}
ColorPicker represents color picker component.
type PickerStyle ¶
type PickerStyle int
PickerStyle represents how the picker is displayed.
const ( // StyleDefault is style to display vertical hue bar. StyleDefault PickerStyle = iota // StyleCircle is style to display circle hue bar. StyleCircle )
Click to show internal directories.
Click to hide internal directories.