KnobImage

Type of image being used for Knob graphics. It used to be a one level deep Mipmap (ie. a flat image with sampling capabilities). It is now a regular OwnedImage since it is resized in reflow(). Use it an opaque type: its definition can change.

Members

Functions

isLegacy
bool isLegacy()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

image
Image image;

A gamut image, must be RGBA, can be 8-bit or 16-bit.

type
KnobImageType type;

Type of KnobImage.

Meta