mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-02-20 12:33:14 +00:00
Remove unused variables from Shading.gd
This commit is contained in:
parent
c196a32ebc
commit
ed45c86649
1 changed files with 0 additions and 4 deletions
|
@ -44,10 +44,6 @@ class LightenDarkenOp extends Drawer.ColorOp:
|
|||
var sat_shift := sat_amount / 100.0
|
||||
var value_shift := value_amount / 100.0
|
||||
|
||||
var prev_hue := dst.h
|
||||
var prev_sat := dst.s
|
||||
var prev_value := dst.v
|
||||
|
||||
# If the colors are roughly between yellow and purple,
|
||||
# reverse hue direction
|
||||
if !hue_range(dst.h):
|
||||
|
|
Loading…
Add table
Reference in a new issue