mirror of https://bitbucket.org/ausocean/av.git
filter: basic: comments
This commit is contained in:
parent
c1881cef3a
commit
d4c60358a9
|
@ -184,7 +184,7 @@ func (bf *Basic) process(j int, wg *sync.WaitGroup) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (bf *Basic) saveFrame() error {
|
func (bf *Basic) saveFrame() error {
|
||||||
col := color.RGBA{200, 100, 0, 255}
|
col := color.RGBA{200, 100, 0, 255} // Red text.
|
||||||
d := &font.Drawer{
|
d := &font.Drawer{
|
||||||
Dst: bf.bwImg,
|
Dst: bf.bwImg,
|
||||||
Src: image.NewUniform(col),
|
Src: image.NewUniform(col),
|
||||||
|
|
Loading…
Reference in New Issue