ModelingViewHighQualityImageDisplayTechniqueType Enumeration

NXOpen.ModelingViewHighQualityImage.DisplayTechniqueType is an alias for NXOpen.ModelingViewHighQualityImageDisplayTechniqueType

class NXOpen.ModelingViewHighQualityImageDisplayTechniqueType

Bases: object

Describes the technique to be used when generating the High Quality Image

Enum Members

random noise to the initial RGB values before the dither takes place. “

“FsRgb”, ” The pixel conversion process uses the Floyd-Steinberg dither

algorithm to distribute the color error across the picture. This is a recommended mode for 8 bit plane display devices. “

“FsRgbPlusNoise”, ” The Floyd-Steinberg algorithm is augmented with the addition

of random noise to the initial RGB values before the dither takes place. For some images this method avoids artifacts that can occur using the FS RGB method. “

“Monochrome”, ” Pixels are converted to black and white and dithered using

the Floyd-Steinberg algorithm. This mode is useful on 1 bit display devices. “

“GrayScale”, ” Each pixel is converted to a gray level using the NTSC color
to gray scale conversion. “
“NearestRgb”, ” Conversion is to the nearest RGB value in the color lookup table. ” “OrderedDither”, ” A color dither matrix screens pixel colors. This is a trade of

color resolution for screen resolution. This method is faster then the Floyd-Steinberg dither methods but tends to introduce a noticeable pattern in the output image. “

“TcPlusNoise”, ” Random noise is added to each pixel where the noise is

specifically tailored for true color display devices. “

ValueOf()

Returns enum member equivalent to the value passed. Useful for bit operations of enum members.

Signature ValueOf(value)

Parameters:value – Any integer value or bit operation result of enum members:type value: int:returns: Enum member equivalent to the value passed.
Return type:Enum Member type.

New in version NX9.0.1.

License requirements: None.