LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

BlueFrequency Property

Show in webframe







Gets or sets the frequency of blue color.
Syntax
public int BlueFrequency {get; set;}
'Declaration
 
Public Property BlueFrequency As Integer
'Usage
 
Dim instance As PlasmaCommand
Dim value As Integer
 
instance.BlueFrequency = value
 
value = instance.BlueFrequency
public int BlueFrequency {get; set;}

            

            
 
get_BlueFrequency();
set_BlueFrequency(value);
Object.defineProperty('BlueFrequency');
public:
property int BlueFrequency {
   int get();
   void set (    int value);
}

Property Value

Value that indicates which frequencies of blue color should be used to create plasma patterns. 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. Use 0 to turn off processing for the blue frequencies.
Example
Refer to PlasmaCommand Constructor(Int32,Int32,Int32,Int32,Int32,Int32,PlasmaCommandFlags) example.
Requirements

Target Platforms

See Also

Reference

PlasmaCommand Class
PlasmaCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.