←Select platform

Color Property

Summary

Gets or sets the color used to fill the undefined area.

Syntax
C#
VB
C++
public RasterColor Color { get; set; } 
  
Public Property Color As RasterColor 
public: 
property RasterColor Color { 
   RasterColor get(); 
   void set (    RasterColor ); 
} 

Property Value

Color used to fill the undefined area. This property is used only if the Flags property contains the RingEffectCommandFlags.Color flag.

Example

Refer to RingEffectCommand.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly