Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.08 KB

readme.md

File metadata and controls

37 lines (23 loc) · 1.08 KB

Interactive ColorMatrix Demo image

So if you, like me, don't have any clue how to understand or use a ColorMatrix this is a good way to start. Just have a play around with the values and see what funky effects that has on the image.

General info

Usage

Just play around with the values to see what happens to the image. Use the presets for examples of what can be done. Use Identity(Reset) to reset to defaults.

Screnshots

image image image image

More info

ColorMatrix - Android Developer Page

Permissions

None

Building

It's a standard gradle project.

Contributing

I welcome pull requests, issues and feedback.

  • Fork it
  • Create your feature branch (git checkout -b my-new-feature)
  • Commit your changes (git commit -am 'Added some feature')
  • Push to the branch (git push origin my-new-feature)
  • Create new Pull Request