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