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:

The blue component value.

Gets the blue component of the QR color.

getGreen

intgetGreen()

Returns:

The green component value.

Gets the green component of the QR color.

getRed

intgetRed()

Returns:

The red component value.

Gets the red component of the QR color.

setBlue

voidsetBlue(intred)

Parameters

red: int

The blue component value to set.

Returns:

void

Sets the blue component of the QR color.

setGreen

voidsetGreen(intred)

Parameters

red: int

The green component value to set.

Returns:

void

Sets the green component of the QR color.

setRed

voidsetRed(intred)

Parameters

red: int

The red component value to set.

Returns:

void

Sets the red component of the QR color.