diff options
| author | Andrés Cuervo <andrescuervor@gmail.com> | 2024-05-07 17:19:20 +0000 |
|---|---|---|
| committer | Andrés Cuervo <andrescuervor@gmail.com> | 2024-05-07 17:19:20 +0000 |
| commit | 37fd1c17f0fcd1be97769498aa8e6c3ad38028bd (patch) | |
| tree | 535554b59811c8420227cdf9da312d367f48aff1 /virtual-programs | |
| parent | Add rgb, hsl, & hex as color formats (diff) | |
| download | folk-37fd1c17f0fcd1be97769498aa8e6c3ad38028bd.tar.gz folk-37fd1c17f0fcd1be97769498aa8e6c3ad38028bd.zip | |
move ::getColor to Colors.tcl
Diffstat (limited to 'virtual-programs')
| -rw-r--r-- | virtual-programs/display.folk | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/virtual-programs/display.folk b/virtual-programs/display.folk index 97af1bd4..54929e89 100644 --- a/virtual-programs/display.folk +++ b/virtual-programs/display.folk @@ -1,7 +1,4 @@ source "pi/Colors.tcl" -proc ::getColor {color} { - globalColorFunction $color -} proc Start-display-process {code} { if {$::tcl_platform(os) eq "Darwin"} { @@ -85,9 +82,6 @@ Start-display-process { }] source "pi/Colors.tcl" - proc ::getColor {color} { - globalColorFunction $color - } Wish $::thisProcess receives statements like \ [list /someone/ wishes the GPU /...anything/] |
