Skip to content

Commit

Permalink
Merge pull request #671 from rodydavis/patch-1
Browse files Browse the repository at this point in the history
Fix typo filters.md
  • Loading branch information
brendan-duncan authored Aug 10, 2024
2 parents ba2ade3 + d35c94e commit 2c3df91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Image colorOffset(Image src, { num red = 0, num green = 0, num blue = 0, num alp

```dart
Image contrast(Image src, { required num contrast, Image? mask, Channel maskChannel = Channel.luminance,
ContrastMode mode = ContrastMode.proprtional})
ContrastMode mode = ContrastMode.proportional})
```

![contrast](images/filter/contrast.png)
Expand Down

0 comments on commit 2c3df91

Please sign in to comment.