Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Red = Color{255, 0, 0} Green = Color{0, 255, 0} Blue = Color{0, 0, 255} White = Color{255, 255, 255} )
Functions ¶
Types ¶
type Bit ¶
type Bit struct {
// contains filtered or unexported fields
}
Bit describes a toggleable light.
type ColorConfig ¶
ColorConfig is a method that takes a duration and returns a Color.
type HSLColorConfig ¶
HSLColorConfig is a method that takes a duration and returns a HSLColor.
Click to show internal directories.
Click to hide internal directories.