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

Settings structure for Png.

Summary

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()
}