java.lang.Object | ||
↳ | android.graphics.ColorFilter | |
↳ | android.graphics.ColorMatrixColorFilter |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Create a colorfilter that transforms colors through a 4x5 color matrix.
| |||||||||||
Create a colorfilter that transforms colors through a 4x5 color matrix.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Create a colorfilter that transforms colors through a 4x5 color matrix.
matrix | 4x5 matrix used to transform colors. It is copied into the filter, so changes made to the matrix after the filter is constructed will not be reflected in the filter. |
---|
Create a colorfilter that transforms colors through a 4x5 color matrix.
array | array of floats used to transform colors, treated as a 4x5 matrix. The first 20 entries of the array are copied into the filter. See ColorMatrix. |
---|