'Declaration Public Function CreatePaletteFromBitmap( _ ByVal colorCount As System.Integer, _ ByVal addTransparentColor As System.Boolean _ ) As C1Bitmap.Palette
public C1Bitmap.Palette CreatePaletteFromBitmap( System.int colorCount, System.bool addTransparentColor )
Parameters
- colorCount
- The number of colors to initialize the palette with.
- addTransparentColor
- A value to indicate whether to add a transparent color.