Dilate/erode morphology image filter.
Summary
Types
@type t() :: %Skia.ImageFilter.Morphology{ input: Skia.ImageFilter.t() | nil, op: :dilate | :erode, radius_x: float(), radius_y: float() }
Dilate/erode morphology image filter.
@type t() :: %Skia.ImageFilter.Morphology{ input: Skia.ImageFilter.t() | nil, op: :dilate | :erode, radius_x: float(), radius_y: float() }