Update README.md

This commit is contained in:
cale bradbury 2016-11-18 00:48:07 -04:00 committed by GitHub
parent c7d9ab5089
commit c7caf60173

View File

@ -68,6 +68,8 @@ $ ! ; Clear temporary storage
: balance red 0.9 0.4 0.7 ; Set color balance red to 0.9 0.4 0.7 : balance red 0.9 0.4 0.7 ; Set color balance red to 0.9 0.4 0.7
: balance white 0.7 0.7 0.7 ; Set color balance white to 0.7 0.7 0.7 : balance white 0.7 0.7 0.7 ; Set color balance white to 0.7 0.7 0.7
: sharpen 0.5 ; Sharpen image to 50% : sharpen 0.5 ; Sharpen image to 50%
: chromatic 10 ; Shifts, from center, pixels red value by 10, green by 5, blue by 0
: chromatic 8 0 16 ; Shifts, from center, pixels red value by 8, green by 0, blue by 16
``` ```
##Translate* ##Translate*
@ -127,4 +129,4 @@ h ; percentage of canvas height
> 2,2;> 4,4;> 6,6;> 8,8 > 2,2;> 4,4;> 6,6;> 8,8
# Symmetric Light # Symmetric Light
> 1,1 600x;> 2,2 600x;> 3,3 600x;> 4,4 600x > 1,1 600x;> 2,2 600x;> 3,3 600x;> 4,4 600x
``` ```