GIFColorTable Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a GIF color table.
public ref class GIFColorTable
public class GIFColorTable
type GIFColorTable = class
Public Class GIFColorTable
- Inheritance
-
GIFColorTable
Properties
| Name | Description |
|---|---|
| Data |
Gets the color table data as ARGB integers. |
Methods
| Name | Description |
|---|---|
| CreateColorTableAsync(GIFDecoderStreamReader, Int16) |
Asynchronously creates a color table from the stream. |
| ResetTransparency() |
Resets the transparency to the original color value. |
| SetTransparency(Int32) |
Sets the transparency index for this color table. |