Banuba SDK
Loading...
Searching...
No Matches
Enumerations
pixel_format.hpp File Reference
#include <functional>

Go to the source code of this file.

Enumerations

enum class  pixel_format : int {
  rgb , rgba , bgr , bgra ,
  argb , undefined
}
 

Enumeration Type Documentation

◆ pixel_format

enum class bnb::interfaces::pixel_format : int
strong

Definition at line 14 of file pixel_format.hpp.

14 : int {
15 rgb,
16 rgba,
17 bgr,
18 bgra,
19 argb,
20 undefined,
21};