Table of Contents

Struct SvgRenderer.Color

Namespace
ZXing.Rendering
Assembly
zxing.dll

represents a color value

public struct SvgRenderer.Color
Inherited Members

Constructors

Color(byte, byte, byte, byte)

initializing constructor

public Color(byte alpha, byte red, byte green, byte blue)

Parameters

alpha byte
red byte
green byte
blue byte

Color(int)

initializing constructor

public Color(int color)

Parameters

color int

Fields

A

alpha channel

public byte A

Field Value

byte

B

blur channel

public byte B

Field Value

byte

Black

color black

public static SvgRenderer.Color Black

Field Value

SvgRenderer.Color

G

green channel

public byte G

Field Value

byte

R

red channel

public byte R

Field Value

byte

White

color white

public static SvgRenderer.Color White

Field Value

SvgRenderer.Color