Skip to content

Commit

Permalink
Update value scaling
Browse files Browse the repository at this point in the history
  • Loading branch information
emotion3459 authored Oct 14, 2024
1 parent 54e2e82 commit 8ced0ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vsexprtools/variables.py
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ def depth(self) -> LiteralVar:

# Helper functions
def scale(
self, value: float, input_depth: int = 8, range_in: ColorRange = ColorRange.LIMITED,
self, value: float, input_depth: int = 8, range_in: ColorRangeT | None = None,
range_out: ColorRangeT | None = None, offsets: bool = False
) -> ComplexVar:
@ComplexVar.resolver
Expand Down

0 comments on commit 8ced0ac

Please sign in to comment.