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 22.0.2023.2.14
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly

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