QrCode

struct QrCode {
ubyte[qrcodegen_BUFFER_LEN_MAX] qrcode;
}

Members

Functions

opIndex
bool opIndex(int x, int y)

Returns true if it is a dark square, false if it is a light one.

size
int size()

The size of the square of the code. It is size x size.

Meta