Skip to content

Commit

Permalink
PIXELBUSTER update example
Browse files Browse the repository at this point in the history
  • Loading branch information
Beinsezii committed Jul 19, 2022
1 parent 6a27120 commit b9eaa4d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion bsz-pixelbuster/bsz-pixelbuster.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,12 @@ def pixelbuster(image, drawable, code):
"Pixelbuster", # name
pixelbuster, # function
ParamString("Operations",
"g * r",
"""# simple filmic-chroma
LCH
v1 = L
v1 / 100
v1 invert 1
C * v1""",
"See description for documentation",
ui_multiline=True,
ui_min_width=300,
Expand Down

0 comments on commit b9eaa4d

Please sign in to comment.