Method WithRed
WithRed(byte)
Returns a new color based on this current instance, but with the new red channel value.
public Color WithRed(byte red)
Parameters
red
byteThe new red component.
Returns a new color based on this current instance, but with the new red channel value.
public Color WithRed(byte red)
red
byteThe new red component.