Contrast.ContrastRatioString
Extension Method in Contrast
Declaration
public static string ContrastRatioString(this Color color, Color other)Description
Returns the contrast ratio of the color to another color as a string.
Parameters
| color | The first color to compare. |
| other | The second color to compare. |
Returns
| string | The contrast ratio of the color to another color as a string. |