PaletteEntry Structure Members
In This Topic
The following tables list the members exposed by PaletteEntry.
Public Constructors
Public Properties
| Name | Description |
 | A | Gets or sets a value of the Alpha channel (if applicable). |
 | B | Gets or sets a value of the Blue channel.
If applicable, the value must be premultiplied by the associated alpha component. |
 | G | Gets or sets a value of the Green channel.
If applicable, the value must be premultiplied by the associated alpha component. |
 | R | Gets or sets a value of the Red channel.
If applicable, the value must be premultiplied by the associated alpha component. |
Top
Public Methods
| Name | Description |
 | Equals | Overloaded. Determines whether the specified PaletteEntry is equal to this instance. |
 | GetHashCode | Returns a hash code for this instance. |
 | ToString | Overloaded. Returns a string that represents the current object. |
Top
Public Operators
Equality | Determines if the specified values are equal. |
Inequality | Determines if the specified values are not equal. |
Top
See Also