History log of /frameworks/base/graphics/java/android/graphics/ColorMatrix.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
db7cc60eb29c215e65081211dfe65ba4d017691c 19-Nov-2014 Chris Craik <ccraik@google.com> Improve ColorMatrix docs

bug:18415632

Clean up some text, and add a sample.

Change-Id: I39fdda2004e1932831058701f95f67355786ad9d
/frameworks/base/graphics/java/android/graphics/ColorMatrix.java
d786a1900e94c4f0c919b50b44667cea32fd2939 02-Dec-2013 Katie McCormick <kmccormick@google.com> resolved conflicts for merge of 37e4c405 to master

Change-Id: I7df89be84384369ef5e89bb3b924ca38c1b5d9bd
f2ef28d840647d2f16792313bdc22b2114a5df6a 26-Nov-2013 Katie McCormick <kmccormick@google.com> Doc updates: Javadoc fixes

Change-Id: I82381056f9f13e53ab8a0525f5a53bf98674c052
/frameworks/base/graphics/java/android/graphics/ColorMatrix.java
13656743cc21bac43676568314366497346713ee 20-Aug-2013 Romain Guy <romainguy@google.com> Make color filters mutable

Change-Id: I3d035d24a75e09db13d136a22bd7dbd326d0ce36
/frameworks/base/graphics/java/android/graphics/ColorMatrix.java
83387a484c515e5234bd60f741578a6ac894bff5 05-Nov-2009 Olivier Goutet <olivier.goutet@gmail.com> Correction of an error in the setRotate method of the ColorMatrix class.
The matrix rotation params around the 2nd axis was not set correctly:

Initial matrix for axis 2 (green):
cos 0 sin 0 0
0 1 0 0 0
-sin 0 0 0 0
0 0 cos 1 0

After correction:
cos 0 -sin 0 0
0 1 0 0 0
sin 0 cos 0 0
0 0 0 1 0
/frameworks/base/graphics/java/android/graphics/ColorMatrix.java
54b6cfa9a9e5b861a9930af873580d6dc20f773c 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution
/frameworks/base/graphics/java/android/graphics/ColorMatrix.java