←Select platform

Shift Property

Summary

Gets or sets the amount of color-shift in plasma color pattern.

Syntax

C#
VB
WinRT C#
C++
public int Shift { get; set; } 
  
Public Property Shift As Integer 
public int Shift {get; set;} 
  
get_Shift(); 
set_Shift(value); 
Object.defineProperty('Shift');  
public: 
property int Shift { 
   int get(); 
   void set (    int ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly