Sweep/conic gradient paint source.
@type t() :: %Skia.Shader.SweepGradient{ center: {float(), float()}, colors: [term()], end_degrees: float(), matrix: tuple() | nil, start_degrees: float(), tile_mode: atom() }