←Select platform

SetLower Method

Summary

Sets the lower RGB threshold for the FormDropoutColor instance.

Syntax

C#
C++/CLI
Python
public void SetLower( 
   int lowR, 
   int lowG, 
   int lowB 
) 
public:  
   void SetLower( 
      Int32 lowR, 
      Int32 lowG, 
      Int32 lowB 
   ) 
def SetLower(self,lowR,lowG,lowB): 

Parameters

lowR

The lower Red threshold.

lowG

The lower Green threshold.

lowB

The lower Blue threshold.

Requirements

Target Platforms

See Also

FormDropoutColor Class

FormDropoutColor Members

Leadtools.Forms.Processing Namespace

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.