Accusoft.ImagXpress12.Net
CreateColorPalette(PixelFormat) Method
See Also  Send Feedback
Accusoft.ImagXpressSdk Namespace > ImageX Class > CreateColorPalette Method : CreateColorPalette(PixelFormat) Method




pixelFormat
A PixelFormat to specify for the color palette.

Glossary Item Box

Creates a System.Drawing.Imaging.ColorPalette object based on the pixel format specified.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

pixelFormat
A PixelFormat to specify for the color palette.

Return Value

A System.Drawing.Imaging.ColorPalette object.

Remarks

This helper function is for convenience and can be used as a class factory for the System.Drawing.Imaging.ColorPalette class since it is a sealed class that does not allow it to be dynamically created with a new.

See Also

©2013. Accusoft Corporation. All Rights Reserved.