Click or drag to resize

mcCastingPaletteMethod Enumeration

An aspect of an Image's McImageType, this type definition is used to control conversion of any color model image into an Indexed Palette image.

Namespace:  MediaCy.IQL.Engine
Assembly:  MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
Syntax
VB
Public Enumeration mcCastingPaletteMethod
Members
  Member nameValueDescription
mcpmMatchPalette0Translate RGB to fit palette (default)
mcpmStraightCopy1Do straight copy - do not pass data thru palette
See Also