ColorToCmykStringConverter public class ColorToCmykStringConverter : BaseConverterOneWay<Color, string> Converts the incoming value from Color and returns the object of a type String. Documentation Code public ColorToCmykStringConverter()