SetBulletColor(color)
color
argument must be either an
RGB value or an ARGB value for alpha-blended text.
See TextOut for more information on bullet lists.
SetBulletColor(#GRAY)This code sets the bullet color to some kind of grey.
SetBulletColor(ARGB(128, #RED))The above code sets the bullet color to half-red. The background will then shine through the text at a ratio of 50% (128=50% of 255).