summaryrefslogtreecommitdiffstats
path: root/src/colour.py
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-02-24 19:56:35 +0100
committerMattias Andrée <maandree@operamail.com>2014-02-24 19:56:35 +0100
commitd828193351588567014eff84c453273a9801e9fe (patch)
tree35169c43d5c345bbfdc01e354ac15991b601b699 /src/colour.py
parentm + info: add section: hardware detection (diff)
downloadblueshift-d828193351588567014eff84c453273a9801e9fe.tar.gz
blueshift-d828193351588567014eff84c453273a9801e9fe.tar.bz2
blueshift-d828193351588567014eff84c453273a9801e9fe.tar.xz
m doc
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r--src/colour.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/colour.py b/src/colour.py
index 4a567d9..92210ea 100644
--- a/src/colour.py
+++ b/src/colour.py
@@ -28,7 +28,7 @@ def linear_to_standard(*colour):
def standard_to_linear(*colour):
'''
- Convert [0, 1] sRGB to linear [0, 1] RGB
+ Convert [0, 1] sRGB to [0, 1] linear RGB
@param colour:*float The red component, the green component, and the blue component
@return :[float, float, float] The red, green and blue components