#include "../geometry/extent.hpp"
#include "../enum_metadata.hpp"
#include <format>
Go to the source code of this file.
|
| enum class | v1::subpixel_orientation {
unknown
, horizontal_rgb
, horizontal_bgr
, vertical_rgb
,
vertical_bgr
} |
| | The orientation of the RGB sub-pixels of and LCD/LED panel. More...
|
| |
◆ subpixel_orientation
The orientation of the RGB sub-pixels of and LCD/LED panel.
◆ sub_pixel_size()
Get the size of a sub-pixel based on the sub-pixel orientation.
◆ subpixel_orientation_metadata
| constexpr auto v1::subpixel_orientation_metadata |
|
constexpr |
Initial value:= enum_metadata{
subpixel_orientation::unknown, "unknown",
subpixel_orientation::horizontal_rgb, "horizontal RGB",
subpixel_orientation::horizontal_bgr, "horizontal BGR",
subpixel_orientation::vertical_rgb, "vertical RGB",
subpixel_orientation::vertical_bgr, "vertical BGR",
}