Versions in this module Expand all Collapse all v1 v1.0.3 Jan 3, 2025 Changes in this version + var ColorScheme16 = ColorScheme + var ColorScheme24 = ColorScheme + var ColorScheme32 = ColorScheme + var ColorScheme8 = ColorScheme type Barcode + func ScaleWithFill(bc Barcode, width, height int, fill color.Color) (Barcode, error) + type BarcodeColor interface + ColorScheme func() ColorScheme + type ColorScheme struct + Background color.Color + Foreground color.Color + Model color.Model v1.0.0 Sep 22, 2017 Changes in this version + const Type2of5 + const Type2of5Interleaved + const TypeAztec + const TypeCodabar + const TypeCode128 + const TypeCode39 + const TypeCode93 + const TypeDataMatrix + const TypeEAN13 + const TypeEAN8 + const TypePDF + const TypeQR + type Barcode interface + Content func() string + Metadata func() Metadata + func Scale(bc Barcode, width, height int) (Barcode, error) + type BarcodeIntCS interface + CheckSum func() int + type Metadata struct + CodeKind string + Dimensions byte