dplug.gui.bufferedelement

Home of UIBufferedElement, for non-opaque widgets.

Public Imports

dplug.gui.element
public import dplug.gui.element;
Undocumented in source.

Members

Classes

UIBufferedElementPBR
class UIBufferedElementPBR
UIBufferedElementRaw
class UIBufferedElementRaw

Extending the UIElement with an owned drawing buffer. This is intended to have easier dirtyrect-compliant widgets. Also caches expensive drawing, but it's not free at all.

Variables

opacityFullyOpaque
enum L8 opacityFullyOpaque;
Undocumented in source.
opacityFullyTransparent
enum L8 opacityFullyTransparent;
Undocumented in source.

Meta

Authors

Guillaume Piolat