Table of Contents

Struct PixelDataRenderer.Color

Namespace
ZXing.Rendering
Assembly
zxing.dll

represents a color defined as ARGB byte data

public struct PixelDataRenderer.Color
Inherited Members

Constructors

Color(int)

Initializes a new instance of the PixelDataRenderer.Color struct.

public Color(int color)

Parameters

color int

Fields

A

value of the alpha channel

public byte A

Field Value

byte

B

value of the blue channel

public byte B

Field Value

byte

Black

the color black

public static PixelDataRenderer.Color Black

Field Value

PixelDataRenderer.Color

G

value of the green channel

public byte G

Field Value

byte

R

value of the red channel

public byte R

Field Value

byte

White

the color white

public static PixelDataRenderer.Color White

Field Value

PixelDataRenderer.Color