filter: basic: comments

This commit is contained in:
Ella Pietraroia 2020-02-03 10:52:43 +10:30
parent c1881cef3a
commit d4c60358a9
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ func (bf *Basic) process(j int, wg *sync.WaitGroup) {
}
func (bf *Basic) saveFrame() error {
col := color.RGBA{200, 100, 0, 255}
col := color.RGBA{200, 100, 0, 255} // Red text.
d := &font.Drawer{
Dst: bf.bwImg,
Src: image.NewUniform(col),