Struct kiss3d::post_processing::SobelEdgeHighlight
[−]
[src]
pub struct SobelEdgeHighlight { /* fields omitted */ }
Post processing effect which turns everything in grayscales.
Methods
impl SobelEdgeHighlight
[src]
fn new(threshold: f32) -> SobelEdgeHighlight
Creates a new SobelEdgeHighlight post processing effect.