Enum simdnoise::CellReturnType[][src]

pub enum CellReturnType {
    CellValue,
    Distance,
}

Determines what final value is returned for the cell noise

Variants

Will return solid colors in each cell

Color will be a gradient as you approach edge of cell

Trait Implementations

impl Copy for CellReturnType
[src]

impl Clone for CellReturnType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations