//qrcode-kotlin/qrcode.shape/CircleShapeFunction/CircleShapeFunction

CircleShapeFunction

[common]\

@JvmOverloads

constructor(squareSize: Int = DEFAULT_CELL_SIZE, innerSpace: Int = defaultInnerSpace(squareSize))

Parameters

common

   
squareSize How big each "square" will be, in pixels (defaults to DEFAULT_CELL_SIZE)
innerSpace How much space inside each "square" will be left empty (1 = 1px of the inner area won’t be drawn)