Method ToRgba
- Namespace
- LMKit.Graphics.Primitives
- Assembly
- LM-Kit.NET.dll
ToRgba()
Converts this color to a packed 32-bit RGBA integer (0xRRGGBBAA).
public int ToRgba()Returns
- int
- The packed integer representation of the color. 
Converts this color to a packed 32-bit RGBA integer (0xRRGGBBAA).
public int ToRgba()The packed integer representation of the color.