set_color_state
Description:
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. |