QRCode::IsDark (open)
Check if the requested module is dark
Syntax
LOADLIB "wh::graphics/qrcode.whlib";
BOOLEAN FUNCTION IsDark(INTEGER row, INTEGER col)Parameters
INTEGER rowRow to check (0-based, less than GetModuleCount())
INTEGER colColumn to check (0-based, less than GetModuleCount())
Return value
BOOLEANIf the requested module is dark (dot should be colored)