Searched defs:colorMatrix (Results 1 – 4 of 4) sorted by relevance
53 fun colorMatrix(colorMatrix: ColorMatrix): ColorFilter = ColorMatrixColorFilter(colorMatrix) in tint() method120 internal constructor(private var colorMatrix: ColorMatrix?, nativeColorFilter: NativeColorFilter) : variable in ColorMatrixColorFilter145 val colorMatrix = obtainColorMatrix() in equals() constant
114 val colorMatrix = ColorMatrix() in <lambda>() constant
573 val colorMatrix = ColorMatrix().apply { setToSaturation(0f) } in testColorFilterColorMatrix() constant
51 private var colorMatrix = ColorMatrix(source) variable