ColorType Enumeration

Summary

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

Syntax

JavaScript Syntax
lt.Controls.Medical.ColorType = { 
	Auto: 0, 
	RGB: 1, 
	Gray: 2 
} 
TypeScript Syntax
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly