public int Ambient {get; set;}
public int Ambient {get; set;}
get_Ambient();
set_Ambient(value);
Object.defineProperty('Ambient');
public:
property int Ambient {
int get();
void set ( int value);
}
'Declaration
Public Property Ambient As Integer
'Usage
Dim instance As LightCommand
Dim value As Integer
instance.Ambient = value
value = instance.Ambient
Property Value
Factor used when mixing the ambient color with the image. This property only accepts positive values.