CIRandomGenerator

Trait CIRandomGenerator 

Source
pub unsafe trait CIRandomGenerator: CIFilterProtocol { }
Available on crate features CIFilter and CIFilterBuiltins only.
Expand description

The protocol for the Random Generator filter.

Generates an image of infinite extent whose pixel values are made up of four independent, uniformly-distributed random numbers in the 0 to 1 range.

See also Apple’s documentation

Trait Implementations§

Source§

impl ProtocolType for dyn CIRandomGenerator

Source§

const NAME: &'static str = "CIRandomGenerator"

The name of the Objective-C protocol that this type represents. Read more
Source§

fn protocol() -> Option<&'static AnyProtocol>

Get a reference to the Objective-C protocol object that this type represents. Read more
Source§

impl<T> ImplementedBy<T> for dyn CIRandomGenerator

Implementations on Foreign Types§

Source§

impl<T> CIRandomGenerator for ProtocolObject<T>

Implementors§