| Import line: | Clutter = imports.gi.Clutter; |
| GIR File: | Clutter-1.0.gir |
| C documentation: | ClutterFog |
| Struct : | Fog |
| Properties | Defined By | |
|---|---|---|
|
z_far : gfloat
|
Clutter.Fog | |
|
z_near : gfloat
|
Clutter.Fog | |
| Method / Constructor | Defined By | |
|---|---|---|
|
new Clutter.Fog
()
Create a new Clutter.Fog
Create a new Clutter.Fog
|
||
| None |
| Class / Namespace | Method / Signal / Properties |
|---|---|
|
Clutter.Stage
Property |
fog : Clutter.Fog
The settings for the GL "fog", used only if ClutterStage:use-fog
is set to TRUE |
|
Clutter.Stage
Method |
get_fog
(Fog fog)
:
none
Retrieves the current depth cueing settings from the stage.
|
|
Clutter.Stage
Method |
set_fog
(Fog fog)
:
none
Sets the fog (also known as "depth cueing") settings for the stage.
|