package
0.0.0-20190922151901-09fa35e8af53
Repository: https://github.com/jfreymuth/ui.git
Documentation: pkg.go.dev

# Functions

Blend mixes two colors.
Gray creates an opaque gray color from an intensity in range [0,1], where 0 means black and 1 means white.
RGBA creates a color from float RGBA values.
WH creates a rectangle at (0,0) with the given size.
XYWH creates a rectangle at the given point with the given size.
XYXY creates a rectangle with the given minimum and maximum points.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

A Buffer contains a list of commands.
No description provided by the author
No description provided by the author
Font describes a font face.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author
A FontLookup provides information about fonts.
FontMetrics can be used to query the geometry of a font face.

# Type aliases

Color is a 32 bit RGBA color with premultiplied alpha.