Skip to content

Commit

Permalink
stupid mistake in contrast matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-bin committed Mar 4, 2014
1 parent e285061 commit f2ea78e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ColorTransform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class ColorTransform::Private : public QSharedData
// Contrast (offset) R,G,B
QMatrix4x4 C(1, 0, 0, 0,
0, 1, 0, 0,
0, 0, 0, 1,
0, 0, 1, 0,
c, c, c, 1);

// Saturation
Expand Down

0 comments on commit f2ea78e

Please sign in to comment.