Documentation ¶
Index ¶
- type Colorizer
- func (c *Colorizer) Bytes(input []byte) []byte
- func (c *Colorizer) Print(input interface{})
- func (c *Colorizer) Printf(format string, args ...interface{})
- func (c *Colorizer) Println(input interface{})
- func (c *Colorizer) Sprintf(format string, args ...interface{}) string
- func (c *Colorizer) UpdateBackground(backgroundColor color.Color)
- func (c *Colorizer) UpdateForeground(foregroundColor color.Color)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Colorizer ¶
type Colorizer struct {
// contains filtered or unexported fields
}
func (*Colorizer) UpdateBackground ¶
func (*Colorizer) UpdateForeground ¶
Click to show internal directories.
Click to hide internal directories.