| VSTGUI 4.10
    Graphical User Interface Framework not only for VST plugins | 
| Namespaces | |
| namespace | Private | 
| Enumerations | |
| enum class | Format { ARGB , RGBA , ABGR , BGRA } | 
| Functions | |
| void | convert (Format srcFormat, Format dstFormat, uint8_t *buffer, uint32_t bytesPerRow, uint32_t width, uint32_t height) | 
| Convert a buffer of 32 bit pixels from one format to another.  More... | |
| 
 | strong | 
| void convert | ( | Format | srcFormat, | 
| Format | dstFormat, | ||
| uint8_t * | buffer, | ||
| uint32_t | bytesPerRow, | ||
| uint32_t | width, | ||
| uint32_t | height | ||
| ) | 
Convert a buffer of 32 bit pixels from one format to another.
| srcFormat | Source Pixel Format | 
| dstFormat | Destination Pixel Format | 
| buffer | Pixel Buffer | 
| bytesPerRow | Number of bytes per row in buffer | 
| width | Number of pixels per row | 
| height | Number of rows |