Module filter

Module filter 

Source

Modulesยง

box_blur ๐Ÿ”’
color_matrix ๐Ÿ”’
component_transfer ๐Ÿ”’
composite ๐Ÿ”’
convolve_matrix ๐Ÿ”’
displacement_map ๐Ÿ”’
iir_blur ๐Ÿ”’
lighting ๐Ÿ”’
morphology ๐Ÿ”’
turbulence ๐Ÿ”’

Structsยง

FilterResult ๐Ÿ”’
Image ๐Ÿ”’
ImageRef
An image reference.
ImageRefMut
A mutable ImageRef variant.

Enumsยง

Error ๐Ÿ”’

Constantsยง

LINEAR_RGB_TO_SRGB_TABLE ๐Ÿ”’
Precomputed LinearRGB to sRGB table.
SRGB_TO_LINEAR_RGB_TABLE ๐Ÿ”’
Precomputed sRGB to LinearRGB table.

Traitsยง

PixmapExt ๐Ÿ”’
PixmapToImageRef ๐Ÿ”’

Functionsยง

apply
apply_blend ๐Ÿ”’
apply_blur ๐Ÿ”’
apply_color_matrix ๐Ÿ”’
apply_component_transfer ๐Ÿ”’
apply_composite ๐Ÿ”’
apply_convolve_matrix ๐Ÿ”’
apply_diffuse_lighting ๐Ÿ”’
apply_displacement_map ๐Ÿ”’
apply_drop_shadow ๐Ÿ”’
apply_flood ๐Ÿ”’
apply_image ๐Ÿ”’
apply_inner ๐Ÿ”’
apply_merge ๐Ÿ”’
apply_morphology ๐Ÿ”’
apply_offset ๐Ÿ”’
apply_specular_lighting ๐Ÿ”’
apply_tile ๐Ÿ”’
apply_to_canvas ๐Ÿ”’
apply_turbulence ๐Ÿ”’
demultiply_alpha ๐Ÿ”’
Demultiplies provided pixels alpha.
f32_bound ๐Ÿ”’
from_linear_rgb ๐Ÿ”’
Converts input pixel from LinearRGB into sRGB.
get_input ๐Ÿ”’
into_linear_rgb ๐Ÿ”’
Converts input pixel from sRGB into LinearRGB.
multiply_alpha ๐Ÿ”’
Multiplies provided pixels alpha.
resolve_std_dev ๐Ÿ”’
Calculates Gaussian blur sigmas for the current world transform.
scale_coordinates ๐Ÿ”’
transform_light_source ๐Ÿ”’