ImageGear for .NET
Color Property (ImGearSpotlight)




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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback