Method | Description | |
---|---|---|
ColorFormat ( int bpp ) : System |
Constructs a new ColorFormat with the specified aggregate bits per pixel.
|
|
ColorFormat ( int red, int green, int blue, int alpha ) : System |
Constructs a new ColorFormat with the specified bits per pixel for the Red, Green, Blue and Alpha color channels.
|
|
Equals ( object obj ) : bool |
Indicates whether this instance and a specified object are equal.
|
|
GetHashCode ( ) : int |
Returns the hash code for this instance.
|
|
ToString ( ) : string |
Returns a System.String that describes this instance.
|
|
operator ( ) : bool |
Compares two instances for equality.
|
public ColorFormat ( int bpp ) : System | ||
bpp | int | The bits per pixel sum for the Red, Green, Blue and Alpha color channels. |
return | System |
public ColorFormat ( int red, int green, int blue, int alpha ) : System | ||
red | int | Bits per pixel for the Red color channel. |
green | int | Bits per pixel for the Green color channel. |
blue | int | Bits per pixel for the Blue color channel. |
alpha | int | Bits per pixel for the Alpha color channel. |
return | System |
public Equals ( object obj ) : bool | ||
obj | object | Another object to compare to. |
return | bool |