diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-04-05 19:30:55 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-04-05 19:30:55 +0200 |
commit | 96e513fc308281ca939e5a38df6ffacd10e68360 (patch) | |
tree | 55ec76d0ba6f96396844ab3875d8e11eb10fdb5f | |
parent | update todo (diff) | |
download | blueshift-96e513fc308281ca939e5a38df6ffacd10e68360.tar.gz blueshift-96e513fc308281ca939e5a38df6ffacd10e68360.tar.bz2 blueshift-96e513fc308281ca939e5a38df6ffacd10e68360.tar.xz |
m doc
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | src/blueshift_drm.pyx | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/blueshift_drm.pyx b/src/blueshift_drm.pyx index 16ad4a5..f4bfc06 100644 --- a/src/blueshift_drm.pyx +++ b/src/blueshift_drm.pyx @@ -365,15 +365,15 @@ def drm_set_gamma_ramps(int connection, crtc_indices, int gamma_size, r_curve, g ''' Set the gamma ramps of the of a monitor - @param connection The identifier for the connection to the card - @param crtc_index:list<int> The index of the CRTC to read from - @param gamma_size The size a gamma ramp - @param r_curve:list<int> The red gamma ramp - @param g_curve:list<int> The green gamma ramp - @param b_curve:list<int> The blue gamma ramp - @param threadsafe:bool Whether to decrease memory efficiency and performace so - multiple threads can use DRM concurrently - @return :int Zero on success + @param connection The identifier for the connection to the card + @param crtc_indices:list<int> The indices of the CRTC:s to control + @param gamma_size The size a gamma ramp + @param r_curve:list<int> The red gamma ramp + @param g_curve:list<int> The green gamma ramp + @param b_curve:list<int> The blue gamma ramp + @param threadsafe:bool Whether to decrease memory efficiency and performace so + multiple threads can use DRM concurrently + @return :int Zero on success ''' global r_shared, g_shared, b_shared cdef uint16_t* r |