apply_diffuse_lighting

Function apply_diffuse_lighting 

Source
fn apply_diffuse_lighting(
    fe: &DiffuseLighting,
    region: IntRect,
    cs: ColorInterpolation,
    ts: Transform,
    input: Image,
) -> Result<Image, Error>