Toggle Sidebar B
Light & dark mode D

ConicGradient

Colors sweep in a full circle around a center point, like a color wheel

Colors sweep in a full circle around a center point, like a color wheel

Props

PropTypeDefaultDescription
colorAcolor#FF0080Starting color of the sweep
colorBcolor#00BFFFEnding color of the sweep (wraps back to Color A)
centerposition{"x":0.5,"y":0.5}Center point of the sweep
rotationrange0Rotation offset in degrees - shifts where Color A begins
repeatrange1Number of times the gradient repeats around the circle. Values above 1 create a starburst pattern.
colorSpace"linear" | "oklch" | "oklab" | "hsl" | "hsv" | "lch"oklchColor space for color interpolation

Usage

vue
<Shader>
  <ConicGradient />
</Shader>