Back to project page android-imgpro-lib.
The source code is released under:
MIT License
If you think the Android project android-imgpro-lib listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package net.akhyar.android.imgpro; public class Channel { public static final int RED = 0xff0000; public static final int GREEN = 0x00ff00; public static final int BLUE = 0x0000ff; }