CompoundBackground

A Background composed of two other Backgrounds.

This is used in the ColorPicker for the alpha slider. Replace the flat-color PlainBackground, with a compound of the original, as a RepeatedBackground with a checkered image.

Constructors

Link copied to clipboard
constructor(a: Background, b: Background)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun draw(x: Float, y: Float, width: Float, height: Float, size: Edges)

Draw the background of an area.