Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kra-mo committed Jan 8, 2025
1 parent 3960baa commit 6bbb674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/image.dart
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ class SlyImage {
SlyRangeAttribute get whites => lightAttributes['whites']!;
SlyRangeAttribute get mids => lightAttributes['mids']!;

SlyRangeAttribute get saturation => colorAttributes['stauration']!;
SlyRangeAttribute get saturation => colorAttributes['saturation']!;
SlyRangeAttribute get temperature => colorAttributes['temperature']!;
SlyRangeAttribute get tint => colorAttributes['tint']!;

Expand Down

0 comments on commit 6bbb674

Please sign in to comment.