Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SameColors ¶
Types ¶
type ColorBlock ¶
func GetColorBlock ¶
func (ColorBlock) Bounds ¶
func (cb ColorBlock) Bounds() (r image.Rectangle)
func (ColorBlock) String ¶
func (cb ColorBlock) String() string
type Interpreter ¶
type Interpreter struct { Img image.Image Stack io.Writer io.Reader Logger *log.Logger // contains filtered or unexported fields }
func New ¶
func New(img image.Image) Interpreter
func (*Interpreter) Debug ¶
func (in *Interpreter) Debug()
func (*Interpreter) DebugPrint ¶
func (in *Interpreter) DebugPrint()
func (*Interpreter) Run ¶
func (in *Interpreter) Run()
Click to show internal directories.
Click to hide internal directories.