Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Show in webframe

CloudsColor Property








Specifies which color to use as the fill color for the cloud.
Syntax
public RasterColor CloudsColor {get; set;}
'Declaration
 
Public Property CloudsColor As RasterColor
'Usage
 
Dim instance As CloudsCommand
Dim value As RasterColor
 
instance.CloudsColor = value
 
value = instance.CloudsColor
public RasterColor CloudsColor {get; set;}

            

            
 
get_CloudsColor();
set_CloudsColor(value);
Object.defineProperty('CloudsColor');
public:
property RasterColor CloudsColor {
   RasterColor get();
   void set (    RasterColor value);
}

Property Value

A Leadtools.RasterColor that represents the color with which to fill the cloud.
Example
Refer to the CloudsCommand example.
Requirements

Target Platforms

See Also

Reference

CloudsCommand Class
CloudsCommand Members

Error processing SSI file