op/paint: document that color.RGBA values are in the sRGB color space

Updates gio#169

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2020-11-08 19:31:38 +01:00
parent dbc0796d02
commit 8b5c0d8b0c
+2
View File
@@ -8,5 +8,7 @@ area, taking the current clip path and transformation into account.
The current brush is set by either a ColorOp for a constant color, or
ImageOp for an image.
All color.RGBA values are in the sRGB color space.
*/
package paint