LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)
LEAD Technologies, Inc

Shift Property






Gets or sets the amount of color-shift in plasma color pattern. .NET support WinRT support
Syntax
public int Shift {get; set;}
'Declaration
 
Public Property Shift As Integer
'Usage
 
Dim instance As PlasmaCommand
Dim value As Integer
 
instance.Shift = value
 
value = instance.Shift
public int Shift {get; set;}
 get_Shift();
set_Shift(value);
public:
property int Shift {
   int get();
   void set (    int value);
}

Property Value

The amount of color shift in the plasma color pattern. Valid range for the 16, 48, and 64-bit images is from 0 to 65535 and for 12-bit images from 0 to 4095. Otherwise, it is from 0 to 255. A value of 0 means there is no color shift.
Example
Refer to PlasmaCommand example.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PlasmaCommand Class
PlasmaCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.