Skip to content

Enum pinnacle.output.Transform

key

"normal" | "flipped" | "flipped_90" | "flipped_180" | "flipped_270"

An output transform.

This determines what orientation outputs will render with.

Values

"normal"

No transform.

"flipped"

Flipped vertically (across the horizontal axis).

"flipped_90"

Flipped vertically and rotated 90 degrees counter-clockwise.

"flipped_180"

Flipped vertically and rotated 180 degrees counter-clockwise.

"flipped_270"

Flipped vertically and rotated 270 degrees counter-clockwise.

Last updated: