strange_attractor_renderer::config

Struct Config

source
pub struct Config<A: Attractor, T: ColorTransform> {
    pub iterations: usize,
    pub width: u32,
    pub height: u32,
    pub render: RenderKind,
    pub transparent: bool,
    pub angle: f64,
    pub silent: bool,
    pub attractor: A,
    pub colors: Colors,
    pub view: View,
    pub color_transform: T,
}

Fields§

§iterations: usize

Heavily affects performance

§width: u32

Image width, slight performance decrease