Guitarix
rack.cpp File Reference
#include <guitarix.h>
Include dependency graph for rack.cpp:

Go to the source code of this file.

Classes

class  InputWindow
 
class  TextListStore
 
class  TextListStore::TextListColumns
 
class  PluginPresetListWindow
 
struct  childpos
 

Functions

bool plugins_by_name_less (PluginUI *a, PluginUI *b)
 
guint8 convert_color_channel (guint8 src, guint8 alpha)
 
void convert_bgra_to_rgba (guint8 const *src, guint8 *dst, int width, int height)
 

Function Documentation

◆ convert_bgra_to_rgba()

void convert_bgra_to_rgba ( guint8 const *  src,
guint8 *  dst,
int  width,
int  height 
)

Definition at line 240 of file rack.cpp.

◆ convert_color_channel()

guint8 convert_color_channel ( guint8  src,
guint8  alpha 
)
inline

Definition at line 236 of file rack.cpp.

Referenced by convert_bgra_to_rgba().

◆ plugins_by_name_less()

bool plugins_by_name_less ( PluginUI a,
PluginUI b 
)

Definition at line 187 of file rack.cpp.