Documentation ¶
Index ¶
- func ColorOver(dc, sc color.Color) color.Color
- func FillImage(m draw.Image, c color.Color)
- func Lerp(v0, v1 float64, t float64) float64
- func LerpColor(c0, c1 color.Color, t float64) color.Color
- func NewImageBySize(imageSize image.Point) draw.Image
- func ParseColor(s string) (color.Color, error)
- func ParseSize(s string) (image.Point, error)
- func ReadConfigJSON(filename string, config interface{}) error
- func RotateDown(s Swapper)
- func RotateUp(s Swapper)
- func Round(a float64) int
- func SaveImage(filename string, m image.Image) error
- func WriteConfigJSON(filename string, config interface{}) error
- type Swapper
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReadConfigJSON ¶
func WriteConfigJSON ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.