QuantizerColor32 Structure |
Namespace: ShellBoost.Core.Utilities
protected struct Color32 : IEquatable<QuantizerColor32>
The QuantizerColor32 type exposes the following members.
Name | Description | |
---|---|---|
QuantizerColor32 |
Initializes a new instance of the QuantizerColor32 struct.
|
Name | Description | |
---|---|---|
Equals(QuantizerColor32) |
Indicates whether the current object is equal to another object of the same type.
| |
Equals(Object) |
Determines whether the specified Object, is equal to this instance.
(Overrides ValueTypeEquals(Object).) | |
GetHashCode |
Returns a hash code for this instance.
(Overrides ValueTypeGetHashCode.) | |
Read |
Reads a Color32 from a pointer.
|
Name | Description | |
---|---|---|
Equality |
Implements the operator ==.
| |
Inequality |
Implements the operator !=.
|
Name | Description | |
---|---|---|
Alpha |
Holds the alpha component of the colour
| |
Argb |
Holds the color as an Int32.
| |
Blue |
Holds the blue component of the colour
| |
Green |
Holds the green component of the colour
| |
Red |
Holds the red component of the colour
|