color_from_string
Description:
public static ParamSpec color_from_string (string name, string nick, string blurb, string default_color_string, ParamFlags flags)
Creates a new ParamSpec instance specifying a Color property.
Parameters:
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 |