Documentation
¶
Index ¶
- func BackgroundColor(colorMode ebiten.ColorMode) color.Color
- func BackgroundSecondaryColor(colorMode ebiten.ColorMode) color.Color
- func BorderAccentColors(colorMode ebiten.ColorMode, borderType RoundedRectBorderType) (color.Color, color.Color)
- func BorderAccentSecondaryColors(colorMode ebiten.ColorMode, borderType RoundedRectBorderType) (color.Color, color.Color)
- func BorderColors(colorMode ebiten.ColorMode, borderType RoundedRectBorderType) (color.Color, color.Color)
- func ControlColor(colorMode ebiten.ColorMode, enabled bool) color.Color
- func ControlSecondaryColor(colorMode ebiten.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 TextColor(colorMode ebiten.ColorMode, enabled bool) color.Color
- func ThumbColor(colorMode ebiten.ColorMode, enabled bool) color.Color
- type Corners
- type RoundedRectBorderType
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BorderAccentColors ¶
func BorderColors ¶
func ControlSecondaryColor ¶
func DrawRoundedRect ¶
func DrawRoundedRectBorder ¶
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.