ColorType Enumeration

Summary

Describes the color type of a pixel and whether it is gray or colored.

Syntax
TypeScript
JavaScript
lt.Controls.Medical.ColorType = { 
	auto: 0, 
	RGB: 1, 
	gray: 2 
} 
lt.Controls.Medical.ColorType = { 
	auto: 0, 
	RGB: 1, 
	gray: 2 
} 

Members

0 Auto

The engine will decide the best color type.

1 RGB

use RGB color.

2 Gray

use Gray color.

Remarks

This is used with the histogram line profile feature to describe whether the color profile is gray or colored. Refer to LineProfileAction

Requirements

Target Platforms

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

Leadtools.Controls.Medical Assembly