Returns the color used for the Text Stamp or Text Watermark.
GetTextStampColor (pDevMode As Long) As Long
Input value - Handle to the BlackIceDEVMODE structure
Return value - Text color. The color is in the following the COLORREF format: 0x00bbggrr
NOTE: For 32-bit applications, use pDevMode as Integer, instead of Long.