Method Approximately
Approximately(Color, Color)
Return true if one color is approximately equal to another
Declaration
public static bool Approximately(Color a, Color b)
Parameters
| Type | Name | Description |
|---|---|---|
| Color | a | Color a |
| Color | b | Color b |
Returns
| Type | Description |
|---|---|
| bool | Whether a is approximately equal to b |