![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.10.30
|
Leadtools.ImageProcessing.SpecialEffects Namespace > PerlinCommand Class : PerlinColor Property |
public RasterColor PerlinColor {get; set;}
'Declaration Public Property PerlinColor As RasterColor
'Usage Dim instance As PerlinCommand Dim value As RasterColor instance.PerlinColor = value value = instance.PerlinColor
public RasterColor PerlinColor {get; set;}
get_PerlinColor();
set_PerlinColor(value);
Object.defineProperty('PerlinColor');
public: property RasterColor PerlinColor { RasterColor get(); void set ( RasterColor value); }