ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Processing Namespace / ImGearDiffuseReductionOptions Class / Palette Field




In This Topic
Palette Field (ImGearDiffuseReductionOptions)
In This Topic
Palette to use for output.
Syntax
'Declaration
 
Public Palette As ImGearRGBQuad()
 
'Usage
 
Dim instance As ImGearDiffuseReductionOptions
Dim value() As ImGearRGBQuad()
 
value = instance.Palette
 
instance.Palette = value

Field Value

A 16-color palette, or null.
Remarks
This option lets you specify a palette containing the colors to use for the output image. It’s only used when the output channel depth is 4. If no palette is specified, a default palette is used.
See Also