We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d70d026 commit d94f098Copy full SHA for d94f098
README.md
@@ -1,7 +1,16 @@
1
Android Graphics Demo
2
---------------------
3
4
-Companion app for my [Android Shaders and Filters talk][1].
+Companion app for my [Android Shaders and Filters talk][1], demonstrating:
5
6
- [1]: http://chiuki.github.io/android-shaders-filters
+ * `LinearGradient`
7
+ * `BitmapShader`
8
+ * `ColorMatrixColorFilter`
9
+ * `LightingColorFilter`
10
+ * `PorterDuffXfermode`
11
+ * `EmbossMaskFilter`
12
+ * `BlurMaskFilter`
13
+ * `ScriptIntrinsicBlur`
14
+ * `ScriptIntrinsicConvolve3x3`
15
16
+ [1]: http://chiuki.github.io/android-shaders-filters
0 commit comments