←Select platform

GreenFrequency Property

Summary

Gets or sets the frequency of green color.

Syntax

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

Property Value

Value that indicates which frequencies of green 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 green frequencies.

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