wandiutil

package
v0.0.0-...-a0a146a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 24, 2021 License: Unlicense Imports: 2 Imported by: 0

Documentation

Overview

Package wandiutil provides utility interfaces which facilitates the composition of wandi interfaces.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Filler

type Filler interface {
	// Fill fills the entire image with the provided color.
	Fill(c color.Color)
}

Filler is the interface that wraps the Fill method.

type Freer

type Freer interface {
	// Free frees the image.
	Free()
}

Freer is the interface that wraps the Free method.

type Imager

type Imager interface {
	// Image returns an image.Image representation of the image.
	Image() (img image.Image, err error)
}

Imager is the interface that wraps the Image method.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL