Fast image filters for Browsers with WebGL support
When compositing filters, it is often the case that you only want to partially apply a filter. This commit adds an optional "amount" parameter to the colorMatrix filter, and computes a weighted average between the identity matrix and the passed in colorMatrix. This parameter defaults to 1, meaning the effect is applied in full if no amount is specified.
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by sdegueldre and has received 1 comments.