ImageGear .NET v25.2 - Updated
ImageGear.Processing.Advanced Assembly / ImageGear.Processing Namespace / ImGearSpotlight Class / Color Property




In This Topic
    Color Property (ImGearSpotlight)
    In This Topic
    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