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.

nothrow @nogc
alias KnobImage = OwnedImage!RGBA

Meta