Documentation
¶
Index ¶
- func BorderColors(colorMode guigui.ColorMode, borderType RoundedRectBorderType, accent bool) (color.Color, color.Color)
- func ControlColor(colorMode guigui.ColorMode, enabled bool) color.Color
- func DrawRoundedRect(context *guigui.Context, dst *ebiten.Image, bounds image.Rectangle, ...)
- func DrawRoundedRectBorder(context *guigui.Context, dst *ebiten.Image, bounds image.Rectangle, ...)
- func DrawRoundedRectBorderWithSharpCorners(context *guigui.Context, dst *ebiten.Image, bounds image.Rectangle, ...)
- func DrawRoundedRectWithSharpCorners(context *guigui.Context, dst *ebiten.Image, bounds image.Rectangle, ...)
- func SecondaryControlColor(colorMode guigui.ColorMode, enabled bool) color.Color
- func TextColor(colorMode guigui.ColorMode, enabled bool) color.Color
- func ThumbColor(colorMode guigui.ColorMode, enabled bool) color.Color
- type Corners
- type RoundedRectBorderType
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BorderColors ¶
func DrawRoundedRect ¶
func DrawRoundedRectBorder ¶
func SecondaryControlColor ¶
Types ¶
type RoundedRectBorderType ¶
type RoundedRectBorderType int
const ( RoundedRectBorderTypeRegular RoundedRectBorderType = RoundedRectBorderType(draw.RoundedRectBorderTypeRegular) RoundedRectBorderTypeInset RoundedRectBorderType = RoundedRectBorderType(draw.RoundedRectBorderTypeInset) RoundedRectBorderTypeOutset RoundedRectBorderType = RoundedRectBorderType(draw.RoundedRectBorderTypeOutset) )
Click to show internal directories.
Click to hide internal directories.