set_color_state


Description:

[ Version ( since = "4.16" ) ]
public void set_color_state (ColorState? color_state)

Sets the color state for the texture.

By default, the colorstate is `NULL`. In that case, GTK will choose the correct colorstate based on the format. If you don't know what colorstates are, this is probably the right thing.

Parameters:

this

a `GdkDmabufTextureBuilder`

color_state

a `GdkColorState` or `NULL` to unset the colorstate.