Noise 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.noise_effect.NoiseEffect(buffer: Buffer, background: str, intensity: int = 200, color: bool = False)[source]¶
Bases:
BaseEffect
A noise effect that adds random pixels to the screen with a specified intensity.
- __init__(buffer: Buffer, background: str, intensity: int = 200, color: bool = False)[source]¶
Initializes the NoiseEffect class with a specified buffer, background color, noise intensity, and whether to use colors.
- update_intensity(intensity: int)[source]¶
Function to update the intensity of the effect :param intensity: new intensity