Skip to main content

GetVenuesPictureColorRequest

Request to generate a venue picture with custom colors

seatColor objectrequired

RGB color representation for venue picture rendering

rinteger<int32>required

Red component (0-255)

ginteger<int32>required

Green component (0-255)

binteger<int32>required

Blue component (0-255)

borderWidthinteger<int32>required

Width of the seat border in pixels (must be ≥ 0). A value of 0 means no border.

borderColor objectrequired

RGB color representation for venue picture rendering

rinteger<int32>required

Red component (0-255)

ginteger<int32>required

Green component (0-255)

binteger<int32>required

Blue component (0-255)

venueIdinteger<int32>required

The venue identifier. Must be greater than 0.

optioninteger<int32>required

Display option: 800 for seat numbers and letters (default), 801 for numbers only.

zoomnumber<float>required

Zoom factor between 0.2 and 5.0. Default is 1.0.

GetVenuesPictureColorRequest
{
"seatColor": {
"r": 0,
"g": 0,
"b": 0
},
"borderWidth": 0,
"borderColor": {
"r": 0,
"g": 0,
"b": 0
},
"venueId": 0,
"option": 0,
"zoom": 0
}