skia_safe::perlin_noise_shader

Function fractal_noise

Source
pub fn fractal_noise(
    base_frequency: (scalar, scalar),
    num_octaves: usize,
    seed: scalar,
    tile_size: impl Into<Option<ISize>>,
) -> Option<Shader>
👎Deprecated since 0.65.0: Use the skia_safe::shaders module