Function gegl::param_spec_format

source ·
pub fn param_spec_format(
    name: &str,
    nick: &str,
    blurb: &str,
    flags: ParamFlags
) -> Option<ParamSpec>
Expand description

Creates a new GeglParamSpecFormat instance specifying a Babl format.

name

canonical name of the property specified

nick

nick name for the property specified

blurb

description of the property specified

flags

flags for the property specified

Returns

a newly created parameter specification