Voronoi
Cellular pattern where each pixel is colored by its distance to the nearest of many scattered points
Props
Prop
Details
colorAstringDefault:
#3186cfColor near each cell's center point
colorAstringDefault: #3186cfColor near each cell's center point
colorBstringDefault:
#fc02ddColor at cell boundaries, far from any center point
colorBstringDefault: #fc02ddColor at cell boundaries, far from any center point
colorBorderstringDefault:
#000000Color of the cell boundary lines
colorBorderstringDefault: #000000Color of the cell boundary lines
scalenumberDefault:
6Number of cells across the canvas
scalenumberDefault: 6Number of cells across the canvas
speednumberDefault:
0.5Animation speed — how fast the cell points drift
speednumberDefault: 0.5Animation speed — how fast the cell points drift
seednumberDefault:
0Random seed — shifts the cell pattern without changing the overall structure
seednumberDefault: 0Random seed — shifts the cell pattern without changing the overall structure
edgeIntensitynumberDefault:
0.5Controls how much of the cell interior is filled by the edge color. Low = center color dominates with a sharp boundary. High = edge color spreads further into the cell.
edgeIntensitynumberDefault: 0.5Controls how much of the cell interior is filled by the edge color. Low = center color dominates with a sharp boundary. High = edge color spreads further into the cell.
edgeSoftnessnumberDefault:
0.05Width of the cell boundary lines.
edgeSoftnessnumberDefault: 0.05Width of the cell boundary lines.
colorSpace"linear" | "oklch" | "oklab" | "hsl" | "hsv" | "lch"Default:
oklchColor space for color interpolation
colorSpace"linear" | "oklch" | "oklab" | "hsl" | "hsv" | "lch"Default: oklchColor space for color interpolation