C++
DWORD m_argb;
Description
Color format: 0xAARRGGBB
Alpha needs to be >0 for the points to be visible.
Example colors:
- 0xffff0000 - Red
- 0xff000000 - Black
- 0xffffffff - White
DWORD m_argb;
Color format: 0xAARRGGBB
Alpha needs to be >0 for the points to be visible.
Example colors: