Searched defs:PixelFormat (Results 1 – 2 of 2) sorted by relevance
48 struct PixelFormat { struct49 std::uint8_t bits_per_pixel;50 std::uint8_t depth;51 std::uint8_t big_endian;52 std::uint8_t true_color;53 std::uint16_t red_max;54 std::uint16_t green_max;55 std::uint16_t blue_max;56 std::uint8_t red_shift;57 std::uint8_t green_shift;[all …]
61 enum class PixelFormat : uint8_t { enum