Share

AcPcPointDouble::m_argb Data Member

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

Links

AcPcPointDouble Class

Was this information helpful?