Documentation
¶
Index ¶
- Constants
- func New0Colorer() colorer
- func New256Colorer() colorer
- func NewTruecolorWriter(spread, freq float64, origin int) io.Writer
- func NewWriter(spread, freq float64, origin int) io.Writer
- func Printf(format string, a ...any) (n int, err error)
- func Println(a ...any) (n int, err error)
- type Writer
Constants ¶
View Source
const ( DefaultSpread = 5.0 DefaultFreq = 0.1 )
View Source
const ( ColorModeTrueColor = iota ColorMode256 ColorMode0 )
Variables ¶
This section is empty.
Functions ¶
func New0Colorer ¶
func New0Colorer() colorer
func New256Colorer ¶
func New256Colorer() colorer
func NewTruecolorWriter ¶
NewTruecolorWriter will return a new io.Writer with a default ColorMode of truecolor
Types ¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.