'Declaration <CategoryAttribute("Emission")> <DescriptionAttribute("The ambient color emitted by this light source. ")> Public Property Ambient As Color
'Usage Dim instance As LightSource Dim value As Color instance.Ambient = value value = instance.Ambient
[Category("Emission")] [Description("The ambient color emitted by this light source. ")] public Color Ambient {get; set;}