Toggle Sidebar B
Light & dark mode D

Ring

Annular ring (donut) with adjustable radius and band thickness

Annular ring (donut) with adjustable radius and band thickness

Props

PropTypeDefaultDescription
colorcolor#ffffffFill color of the ring
centerposition{"x":0.5,"y":0.5}Center position of the ring
radiusrange0.3Distance from center to the ring's midline in UV space
thicknessrange0.07Half-width of the ring band - total ring width is twice this value
softnessrange0Edge softness for antialiasing (applied to both inner and outer ring edges)
strokeThicknessrange0Stroke thickness. Zero means no stroke.
strokeColorcolor#000000Color of the stroke outline
strokePosition"outside" | "center" | "inside"centerPosition of the stroke relative to the ring edge
colorSpace"linear" | "oklch" | "oklab" | "hsl" | "hsv" | "lch"linearColor space for blending fill and stroke colors

Usage

vue
<Shader>
  <Ring
    color="#ffffff"
    :radius="0.3"
  />
</Shader>