PictureColor specifies Picture with Color property, so that every position inside the Picture's Bounds has a color. Positions outside the Picture's Bounds must return full transparent (Alpha(0)).
| 128 | // |
| 129 | // Positions outside the Picture's Bounds must return full transparent (Alpha(0)). |
| 130 | type PictureColor interface { |
| 131 | Picture |
| 132 | Color(at Vec) RGBA |
| 133 | } |
no outgoing calls
no test coverage detected