Visual Basic (Declaration) | |
---|---|
Public Property Channel As RasterColorBitmapEffectsChannel |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public RasterColorBitmapEffectsChannel Channel {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property RasterColorBitmapEffectsChannel get_Channel(); public: __property void set_Channel( RasterColorBitmapEffectsChannel value ); |
C++/CLI | |
---|---|
public: property RasterColorBitmapEffectsChannel Channel { RasterColorBitmapEffectsChannel get(); void set (RasterColorBitmapEffectsChannel value); } |
Return Value
Color plane constant. This plane will be affected by the noise.Refer to AddNoiseCommandBitmapEffect.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family