SymbolicColor.this

Creates a symbolic color defined as a shade of another color. A factor > 1.0 would resolve to a brighter or more transparent color, while < 1.0 would resolve to a darker or more opaque color.

Parameters

color SymbolicColor

another GtkSymbolicColor.

factor double

shading factor to apply to color.

useAlpha bool

if true change the relative alpha value of the color, otherwise change the shade.

Throws

ConstructionException GTK+ fails to create the object.