Method CompareRGB
CompareRGB(Color32, Color32)
Declaration
public static bool CompareRGB(this Color32 a, Color32 b)
Parameters
| Type | Name | Description |
|---|---|---|
| Color32 | a | |
| Color32 | b |
Returns
| Type | Description |
|---|---|
| bool |
CompareRGB(Color, Color)
Declaration
public static bool CompareRGB(this Color a, Color b)
Parameters
| Type | Name | Description |
|---|---|---|
| Color | a | |
| Color | b |
Returns
| Type | Description |
|---|---|
| bool |