Documentation ¶
Index ¶
Constants ¶
View Source
const CReset = "\x1b[0m"
View Source
const Reset = "\x1b[0m"
View Source
const Resetbg = "\x1b[0m"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ColorANSIbg ¶
type ColorANSIbg int
const ( Blackbg ColorANSIbg = iota Redbg Greenbg Yellowbg Bluebg Magentabg Cyanbg Whitebg )
func (*ColorANSIbg) Next ¶
func (c *ColorANSIbg) Next() Color
func (ColorANSIbg) Sprint ¶
func (c ColorANSIbg) Sprint(s string) string
func (ColorANSIbg) String ¶
func (c ColorANSIbg) String() string
Click to show internal directories.
Click to hide internal directories.