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 row
Row to check (0-based, less than GetModuleCount())
INTEGER col
Column to check (0-based, less than GetModuleCount())
Return value
BOOLEAN
If the requested module is dark (dot should be colored)