class ProceduralArt::ChromaticAberration
- ProceduralArt::ChromaticAberration
- Reference
- Object
Overview
Inspired by https://www.openprocessing.org/sketch/105956
Defined in:
generators/chromatic_aberration.crConstant Summary
-
BLEND_TYPE =
"difference"
Constructors
Class Method Summary
Instance Method Summary
- #colors : Array(String)
- #colors=(colors : Array(String))
- #height : Int32
- #height=(height : Int32)
- #make
- #padding : Int32
- #padding=(padding : Int32)
- #rotate_point(x, y, ox, oy, deg)
- #smallest_square_size : Int32
- #smallest_square_size=(smallest_square_size : Int32)
- #square_size : Int32
- #square_size=(square_size : Int32)
- #width : Int32
- #width=(width : Int32)