dplug.pbrwidgets

Widgets that uses the full PBR system.

Modules

bargraph
module dplug.pbrwidgets.bargraph

Bargraph.

colorcorrection
module dplug.pbrwidgets.colorcorrection

Color-correction post-effect. This is a widget intended to correct colors before display, at the Raw level.

imageknob
module dplug.pbrwidgets.imageknob

A PBR knob with texture.

knob
module dplug.pbrwidgets.knob

Knob.

label
module dplug.pbrwidgets.label

Static text label.

logo
module dplug.pbrwidgets.logo

Clickable Logo.

onoffswitch
module dplug.pbrwidgets.onoffswitch

On/Off switch.

paramhint
module dplug.pbrwidgets.paramhint

Parameter value hint.

pbrbackgroundgui
module dplug.pbrwidgets.pbrbackgroundgui

The widget you must inherit from for a PBR background UI (though it isn't mandatory).

slider
module dplug.pbrwidgets.slider

Slider.

textbox
module dplug.pbrwidgets.textbox

Widget for displaying an editable textbox.

Public Imports

dplug.gui.element
public import dplug.gui.element;
Undocumented in source.
dplug.pbrwidgets.colorcorrection
public import dplug.pbrwidgets.colorcorrection;
Undocumented in source.
dplug.pbrwidgets.knob
public import dplug.pbrwidgets.knob;
Undocumented in source.
dplug.pbrwidgets.label
public import dplug.pbrwidgets.label;
Undocumented in source.
dplug.pbrwidgets.onoffswitch
public import dplug.pbrwidgets.onoffswitch;
Undocumented in source.
dplug.pbrwidgets.slider
public import dplug.pbrwidgets.slider;
Undocumented in source.
dplug.pbrwidgets.logo
public import dplug.pbrwidgets.logo;
Undocumented in source.
dplug.pbrwidgets.bargraph
public import dplug.pbrwidgets.bargraph;
Undocumented in source.
dplug.pbrwidgets.paramhint
public import dplug.pbrwidgets.paramhint;
Undocumented in source.
dplug.pbrwidgets.imageknob
public import dplug.pbrwidgets.imageknob;
Undocumented in source.
dplug.pbrwidgets.pbrbackgroundgui
public import dplug.pbrwidgets.pbrbackgroundgui;
Undocumented in source.
dplug.pbrwidgets.textbox
public import dplug.pbrwidgets.textbox;
Undocumented in source.

Meta

Authors

Guillaume Piolat