- `tint()` does not throw even if no `color` is passed. - `blur()` does not throw even if no `radius` is passed. - `wave()` has no schema - `starburst()` has no error when no `rays` is passed We should fix that and also check if other effects have the same problem.
tint()does not throw even if nocoloris passed.blur()does not throw even if noradiusis passed.wave()has no schemastarburst()has no error when noraysis passedWe should fix that and also check if other effects have the same problem.