BackgroundConfig
Constructor
Methods
build
Builds the object.
def build() -> canvas.BackgroundConfig
color
def color(color: cogbuilder.Builder[common.ColorDimensionConfig]) -> typing.Self
image
def image(image: cogbuilder.Builder[common.ResourceDimensionConfig]) -> typing.Self
size
def size(size: canvas.BackgroundImageSize) -> typing.Self
See also