Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ClosestHeaderName ¶
ClosestHeaderName returns a header name containing <name>
Types ¶
type ColorCycle ¶
ColorCycle is a type that represents a color cycle
func JosephAndHisBrothers ¶
func JosephAndHisBrothers() ColorCycle
JosephAndHisBrothers return a color cycle extracted by Google arts for the image Joseph And His Brothers by
func (*ColorCycle) Next ¶
func (cc *ColorCycle) Next() color.RGBA
Next returns the color and updates the scheme to the next
type GlyphCycle ¶
type GlyphCycle struct { Glyphs []draw.GlyphDrawer Current int }
GlyphCycle contains different glyphs
func NewDefaultGlyphCycle ¶
func NewDefaultGlyphCycle() GlyphCycle
NewDefaultGlyphCycle returns a new instance of GlyphCycle containing some predefined glyphs
Click to show internal directories.
Click to hide internal directories.