Method WithAlpha
- Namespace
- LMKit.Graphics.Primitives
- Assembly
- LM-Kit.NET.dll
WithAlpha(byte)
Returns a copy of this color with a different alpha.
public Color32 WithAlpha(byte a)Parameters
- abyte
- New alpha (0..255). 
Returns a copy of this color with a different alpha.
public Color32 WithAlpha(byte a)a byteNew alpha (0..255).