View Source QRCode.Render.PngSettings (QRCode v3.0.0)

Settings structure for Png.

Link to this section Summary

Link to this section Types

@type background_color() :: String.t() | tuple()
@type qrcode_color() :: String.t() | tuple()
@type t() :: %QRCode.Render.PngSettings{
  background_color: background_color(),
  qrcode_color: qrcode_color(),
  scale: integer()
}