Function gegl::param_spec_color_from_string
source · pub fn param_spec_color_from_string(
name: &str,
nick: &str,
blurb: &str,
default_color_string: &str,
flags: ParamFlags
) -> Option<ParamSpec>
Expand description
Creates a new [glib::ParamSpec
][crate::glib::ParamSpec] instance specifying a Color
property.
name
canonical name of the property specified
nick
nick name for the property specified
blurb
description of the property specified
default_color_string
the default value for the property specified
flags
flags for the property specified
Returns
a newly created parameter specification