couleur ambiente de la lumičre


Namespace: Tzu_Engine.Light
Assembly: Tzu_Engine (in Tzu_Engine.dll)

Syntax

Visual Basic (Declaration)
Public Property Ambient As Color
C#
public Color Ambient { get; set; }
C++
public property Color Ambient sealed  {
    Color get();
    void set(Color value);
}
J#
/** property */
public Color get_Ambient();

/** property */
public void set_Ambient(Color value);
JScript
public function get Ambient() : Color

public function set Ambient(value : Color);

See Also