Interface ICustomColorFormatter
An interface to support custom formatting and parsing of Color values.
public interface ICustomColorFormatter : IFormatProvider, ICustomFormatter- Inherited Members
Methods
- Format(string?, byte, byte, byte, byte)
- A method that returns a string based on the - formatStringspecified and the byte parameters- r,- g,- b, and- a, which are provided by Color
- Parse(ReadOnlySpan<char>)
- A method that returns a Color value based on the - textspecified.