From 8b5c0d8b0ce265d6e69aa74b7c245b0f8a01d6d7 Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Sun, 8 Nov 2020 19:31:38 +0100 Subject: [PATCH] op/paint: document that color.RGBA values are in the sRGB color space Updates gio#169 Signed-off-by: Elias Naur --- op/paint/doc.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/op/paint/doc.go b/op/paint/doc.go index b7b569ab..3b7859f7 100644 --- a/op/paint/doc.go +++ b/op/paint/doc.go @@ -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