Type Alias GradientColoringFragmentOptions
type GradientColoringFragmentOptions = {
decode: DecoderOptions;
opacity?: number;
smooth?: boolean;
stops?: ColorStop[];
}
decode: DecoderOptions;
opacity?: number;
smooth?: boolean;
stops?: ColorStop[];
}
Was this helpful?
GradientColoringFragmentOptions