Emblem

@Serializable
data class Emblem(val background: GW2v2Guild.Emblem.Background, val foreground: GW2v2Guild.Emblem.Foreground, val flags: List<String>)

Parameters

background

the emblem's background

foreground

the emblem's foreground

flags

the manipulations applied to the emblem

Constructors

Link copied to clipboard
constructor(background: GW2v2Guild.Emblem.Background, foreground: GW2v2Guild.Emblem.Foreground, flags: List<String>)

Types

Link copied to clipboard
@Serializable
data class Background(val id: Int, val colors: List<Int>)

Information about a guild emblem's background.

Link copied to clipboard
@Serializable
data class Foreground(val id: Int, val colors: List<Int>)

Information about a guild emblem's foreground.

Properties

Link copied to clipboard

This field holds the emblem's background.

Link copied to clipboard

This field holds the manipulations applied to the emblem.

Link copied to clipboard

This field holds the emblem's foreground.