mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Updated ColorMatrix to ColorFilter (flutter/engine#19905)
This commit is contained in:
parent
59e39baf33
commit
5b645efd49
@ -2656,7 +2656,7 @@ class ColorFilter {
|
||||
/// in unnormalized, 0...255, space. For example, the identity matrix is:
|
||||
///
|
||||
/// ```
|
||||
/// const ColorMatrix identity = ColorFilter.matrix(<double>[
|
||||
/// const ColorFilter identity = ColorFilter.matrix(<double>[
|
||||
/// 1, 0, 0, 0, 0,
|
||||
/// 0, 1, 0, 0, 0,
|
||||
/// 0, 0, 1, 0, 0,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user