ImageGear .NET v25.1 - Updated
Palette Field (ImGearBayerReductionOptions)




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

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

Reference

ImGearBayerReductionOptions Class
ImGearBayerReductionOptions Members
ImGearRGBQuad Structure