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