Versions in this module Expand all Collapse all v0 v0.2.0 Sep 27, 2017 Changes in this version + func ImageMarshalProtobuf(img image.Image) *proto.ImageOrResource + func MarshalProtobuf(pb gogoproto.Message) []byte + func ReflectName(a interface{}) string v0.1.0 Aug 1, 2017 Changes in this version + func Middlewares() []func() interface + func RegisterMiddleware(v func() interface{}) + func TintColor(img image.Image, color color.Color) image.Image + type StyledText struct + func NewStyledText(t *text.Text) *StyledText + func (st *StyledText) At(a int) *text.Style + func (st *StyledText) MarshalProtobuf() *pbtext.StyledText + func (st *StyledText) Set(s *text.Style, start, end int) + func (st *StyledText) Size(min layout.Point, max layout.Point, maxLines int) layout.Point + func (st *StyledText) Text() *text.Text + func (st *StyledText) Update(s *text.Style, start, end int) + type Ticker struct + func NewTicker(duration time.Duration) *Ticker + func (t *Ticker) Notify(f func()) comm.Id + func (t *Ticker) Signal() + func (t *Ticker) Stop() + func (t *Ticker) Unnotify(key comm.Id) + func (t *Ticker) Value() float64