QRColor Class Documentation

classQRColor

Namespace:com::datalogics::PDFL

Detailed Description

Used to control how the QR color is created.

Referenced by

Constructor & Destructor Documentation

QRColor

QRColor()

Create a new QRColor object.

Member Function Documentation

DisposeChildren

voidDisposeChildren()

Returns:

void

[static initializer]

static void[static initializer]()

delete

synchronized voiddelete(Booleandisposing)

Parameters

disposing: Boolean

Returns:

synchronized void

delete

synchronized voiddelete()

Returns:

synchronized void

finalize

voidfinalize()

Returns:

void

getBlue

intgetBlue()

Returns:

int

Get the Blue color.

getGreen

intgetGreen()

Returns:

int

Get the Green color.

getRed

intgetRed()

Returns:

int

Get the Red color.

setBlue

voidsetBlue(intred)

Parameters

red: int

Returns:

void

Set the Blue color.

setGreen

voidsetGreen(intred)

Parameters

red: int

Returns:

void

Set the Green color.

setRed

voidsetRed(intred)

Parameters

red: int

Returns:

void

Set the Red color.