Versions in this module Expand all Collapse all v1 v1.0.1 Jun 30, 2018 v1.0.0 Jun 30, 2018 Changes in this version + type Rule interface + Colorize func(x, y int) color.Color + Matches func(color.Color) bool + Size func() int + String func() string + type RuleFromPNGFile struct + func NewRuleFromPNGFile(path string) (*RuleFromPNGFile, error) + func (r *RuleFromPNGFile) Colorize(x, y int) color.Color + func (r *RuleFromPNGFile) Matches(c color.Color) bool + func (r *RuleFromPNGFile) Size() int + func (r *RuleFromPNGFile) String() string