Voronoi Effect¶
Copyright 2023 Ethan Christensen
Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
- class bruhanimate.bruheffect.voronoi_effect.VoronoiEffect(buffer: Buffer, background: str, settings: VoronoiSettings = None)[source]¶
Bases:
BaseEffectAnimated Voronoi diagram.
A set of seed points drift around the screen, bouncing off the edges. Every pixel is colored by its nearest seed, producing a continuously shifting stained-glass pattern. Seed positions are highlighted with a bright marker.
- __init__(buffer: Buffer, background: str, settings: VoronoiSettings = None)[source]¶
Base class for all effects.