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