module QRencode::Util
Overview
Utility methods for QRencode.
Extended Modules
Defined in:
qrencode/util.crInstance Method Summary
-
#black?(byte : UInt8)
Returns
trueif the given byte is a black module (dot). -
#white?(byte : UInt8)
Returns
trueif the given byte is a white module (dot).