Import L1 (celery) as l1/
This commit is contained in:
8
l1/sexp_effects/effects/posterize.sexp
Normal file
8
l1/sexp_effects/effects/posterize.sexp
Normal file
@@ -0,0 +1,8 @@
|
||||
;; Posterize effect - reduces color levels
|
||||
(require-primitives "color_ops")
|
||||
|
||||
(define-effect posterize
|
||||
:params (
|
||||
(levels :type int :default 8 :range [2 32])
|
||||
)
|
||||
(color_ops:posterize frame levels))
|
||||
Reference in New Issue
Block a user