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

Black Property






Gets or sets a value that specifies the percentage of black in a color. .NET support WinRT support Silverlight support
Syntax
public int Black {get; set;}
'Declaration
 
Public Property Black As Integer
'Usage
 
Dim instance As SelectiveColorCommandData
Dim value As Integer
 
instance.Black = value
 
value = instance.Black
public int Black {get; set;}
 get_Black();
set_Black(value);
public:
property int Black {
   int get();
   void set (    int value);
}

Property Value

Value that specifies the percentage of black in a color. Valid values range from -100 to 100, which is interpreted as -100 to 100.
Example
Refer to SelectiveColorCommand.
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

SelectiveColorCommandData Class
SelectiveColorCommandData Members

 

 


Products | Support | Contact Us | Copyright Notices

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