Method ToRgb
- Namespace
- LMKit.Graphics.Primitives
- Assembly
- LM-Kit.NET.dll
ToRgb()
Converts this color to a packed 24-bit RGB integer (0xRRGGBB), dropping alpha.
public int ToRgb()Returns
- int
- The packed integer representation of the RGB channels. 
Converts this color to a packed 24-bit RGB integer (0xRRGGBB), dropping alpha.
public int ToRgb()The packed integer representation of the RGB channels.