ImageGear .NET v24.12 - Updated
Palette Field (ImGearOctreeReductionOptions)




ImageGear24.Core Assembly > ImageGear.Processing Namespace > ImGearOctreeReductionOptions Class : Palette Field
Palette to use for output.
Syntax
'Declaration
 
Public Palette As ImGearRGBQuad()
'Usage
 
Dim instance As ImGearOctreeReductionOptions
Dim value() As ImGearRGBQuad()
 
value = instance.Palette
 
instance.Palette = value
public ImGearRGBQuad[] Palette
public: ImGearRGBQuad[]* Palette
public:
array<ImGearRGBQuad>^ Palette

Field Value

A 16-256 color palette or null.
Remarks
This option lets you specify a palette containing the colors to use for the output image. If no palette is specified, an optimized palette is constructed based on the contents of the image.
See Also

Reference

ImGearOctreeReductionOptions Class
ImGearOctreeReductionOptions Members
ImGearRGBQuad Structure