←Select platform

MinimumComponent Field

Summary
Minimum value for the alpha, red, green, blue component.
Syntax
C#
C++/CLI
Java
Python
[CLSCompliantAttribute(false)] 
public static readonly ushort MinimumComponent 
public static final int MINIMUM_COMPONENT = 0; 
[CLSCompliantAttribute(false)] 
public: 
static readonly ushort MinimumComponent 
MinimumComponent (RasterColor16) 
Example
C#
using Leadtools; 
 
 
public void RasterColor16Example() 
{ 
	// create a white color 
	RasterColor16 white16 = new RasterColor16(RasterColor16.MaximumComponent, RasterColor16.MaximumComponent, RasterColor16.MaximumComponent); 
 
	// create a black color 
	RasterColor16 black16 = new RasterColor16(RasterColor16.MinimumComponent, RasterColor16.MinimumComponent, RasterColor16.MinimumComponent); 
} 
Remarks

This represents the intensity for black

Requirements

Target Platforms

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

Leadtools Assembly

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