Display

Phaser.Display

TOP_LEFT

TOP_LEFT: number

Description:

A constant representing a top-left alignment or position.

Source: src/display/align/const.js#L9
Since: 3.0.0

TOP_CENTER

TOP_CENTER: number

Description:

A constant representing a top-center alignment or position.

Source: src/display/align/const.js#L18
Since: 3.0.0

TOP_RIGHT

TOP_RIGHT: number

Description:

A constant representing a top-right alignment or position.

Source: src/display/align/const.js#L27
Since: 3.0.0

LEFT_TOP

LEFT_TOP: number

Description:

A constant representing a left-top alignment or position.

Source: src/display/align/const.js#L36
Since: 3.0.0

LEFT_CENTER

LEFT_CENTER: number

Description:

A constant representing a left-center alignment or position.

Source: src/display/align/const.js#L45
Since: 3.0.0

LEFT_BOTTOM

LEFT_BOTTOM: number

Description:

A constant representing a left-bottom alignment or position.

Source: src/display/align/const.js#L54
Since: 3.0.0

CENTER

CENTER: number

Description:

A constant representing a center alignment or position.

Source: src/display/align/const.js#L63
Since: 3.0.0

RIGHT_TOP

RIGHT_TOP: number

Description:

A constant representing a right-top alignment or position.

Source: src/display/align/const.js#L72
Since: 3.0.0

RIGHT_CENTER

RIGHT_CENTER: number

Description:

A constant representing a right-center alignment or position.

Source: src/display/align/const.js#L81
Since: 3.0.0

RIGHT_BOTTOM

RIGHT_BOTTOM: number

Description:

A constant representing a right-bottom alignment or position.

Source: src/display/align/const.js#L90
Since: 3.0.0

BOTTOM_LEFT

BOTTOM_LEFT: number

Description:

A constant representing a bottom-left alignment or position.

Source: src/display/align/const.js#L99
Since: 3.0.0

BOTTOM_CENTER

BOTTOM_CENTER: number

Description:

A constant representing a bottom-center alignment or position.

Source: src/display/align/const.js#L108
Since: 3.0.0

BOTTOM_RIGHT

BOTTOM_RIGHT: number

Description:

A constant representing a bottom-right alignment or position.

Source: src/display/align/const.js#L117
Since: 3.0.0

BLACK_WHITE

BLACK_WHITE: Array.<number>

Description:

A constant array used by the ColorMatrix class for black_white operations.

Source: src/display/ColorMatrix.js#L575
Since: 3.60.0

NEGATIVE

NEGATIVE: Array.<number>

Description:

A constant array used by the ColorMatrix class for negative operations.

Source: src/display/ColorMatrix.js#L585
Since: 3.60.0

DESATURATE_LUMINANCE

DESATURATE_LUMINANCE: Array.<number>

Description:

A constant array used by the ColorMatrix class for desatured luminance operations.

Source: src/display/ColorMatrix.js#L595
Since: 3.60.0

SEPIA

SEPIA: Array.<number>

Description:

A constant array used by the ColorMatrix class for sepia operations.

Source: src/display/ColorMatrix.js#L605
Since: 3.60.0

LSD

LSD: Array.<number>

Description:

A constant array used by the ColorMatrix class for lsd operations.

Source: src/display/ColorMatrix.js#L615
Since: 3.60.0

BROWN

BROWN: Array.<number>

Description:

A constant array used by the ColorMatrix class for brown operations.

Source: src/display/ColorMatrix.js#L625
Since: 3.60.0

VINTAGE

VINTAGE: Array.<number>

Description:

A constant array used by the ColorMatrix class for vintage pinhole operations.

Source: src/display/ColorMatrix.js#L635
Since: 3.60.0

KODACHROME

KODACHROME: Array.<number>

Description:

A constant array used by the ColorMatrix class for kodachrome operations.

Source: src/display/ColorMatrix.js#L645
Since: 3.60.0

TECHNICOLOR

TECHNICOLOR: Array.<number>

Description:

A constant array used by the ColorMatrix class for technicolor operations.

Source: src/display/ColorMatrix.js#L655
Since: 3.60.0

POLAROID

POLAROID: Array.<number>

Description:

A constant array used by the ColorMatrix class for polaroid shift operations.

Source: src/display/ColorMatrix.js#L665
Since: 3.60.0

SHIFT_BGR

SHIFT_BGR: Array.<number>

Description:

A constant array used by the ColorMatrix class for shift BGR operations.

Source: src/display/ColorMatrix.js#L675
Since: 3.60.0

Updated on