This commit is contained in:
Will Charczuk 2016-10-21 17:01:02 -07:00
parent 27a5efdd2d
commit 4d7ea04118
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ import (
"image/png"
)
// RGBACollector is a render target for a chart.
type RGBACollector interface {
SetRGBA(i *image.RGBA)
}