←Select platform

Black Property

Summary

Gets or sets a value that specifies the percentage of black in a color.

Syntax
C#
VB
Objective-C
C++
Java
public int Black { get; set; } 
Public Property Black As Integer 
@property (nonatomic, assign) char black 
public int getBlack() 
public void setBlack(int value) 
public: 
property int Black { 
   int get(); 
   void set (    int ); 
} 

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

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

Leadtools.ImageProcessing.Color Assembly