摘要:
Android ApiDemos示例解析(59):Graphics->ColorFilters发表于2011 年 05 月 23 日由guidebee本例ColorFilters和下例ColorMatrix 涉及到图像处理中的很多专业术语:Dither(图像的抖动处理,当每个颜色值以低于8位表示时,对应图像做抖动处理可以实现在可显示颜色总数比较低(比如256色)时还保持较好的显示效果:Dither on WikipediaPorter Duff Color Filter也可以为Alpha Composting,指当在将一幅图像绘制在已有背景图像时如果融合前景和背景颜色的过程。Porter 阅读全文