SymbolicColor.this

Warning gtk_symbolic_color_new_mix has been deprecated since version 3.8 and should not be used in newly-written code. GtkSymbolicColor is deprecated. Creates a symbolic color defined as a mix of another two colors. a mix factor of 0 would resolve to color1, while a factor of 1 would resolve to color2.

Parameters

color1 SymbolicColor

color to mix

color2 SymbolicColor

another color to mix

factor double

mix factor

Throws

ConstructionException GTK+ fails to create the object.

Meta