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.
canonical name of the property specified
nick name for the property specified
description of the property specified
flags for the property specified
a newly created parameter specification