GnomeQR.Color

Fields

Name

Type

Access

Description

alpha

int

r/w

Alpha component (0-255, where 255 is fully opaque). Must be 255 when using GnomeQR.PixelFormat.RGB_888.

blue

int

r/w

Blue component (0-255)

green

int

r/w

Green component (0-255)

red

int

r/w

Red component (0-255)

Methods

None

Details

class GnomeQR.Color

Represents an RGBA color for QR code generation.