ImageGear .NET v24.12 - Updated
Color Property (ImGearSpotlight)




ImageGear24.Processing.Advanced Assembly > ImageGear.Processing Namespace > ImGearSpotlight Class : Color Property
Gets or sets color of the light source.
Syntax
'Declaration
 
Public Property Color As ImGearPixel
'Usage
 
Dim instance As ImGearSpotlight
Dim value As ImGearPixel
 
instance.Color = value
 
value = instance.Color
public ImGearPixel Color {get; set;}
public: __property ImGearPixel* get_Color();
public: __property void set_Color( 
   ImGearPixel* value
);
public:
property ImGearPixel^ Color {
   ImGearPixel^ get();
   void set (    ImGearPixel^ value);
}

Property Value

ImageGear.Core.ImGearPixel class.
See Also

Reference

ImGearSpotlight Class
ImGearSpotlight Members