JeVois  1.21
JeVois Smart Embedded Machine Vision Toolkit
Share this page:
Loading...
Searching...
No Matches

Helper RGB565 colors.

We assume little endian encoding here. These colors are from http://stackoverflow.com/questions/13720937/c-defined-16bit-high-color

Variables

unsigned short constexpr Black = 0x0000
 RGB565 value for: 0, 0, 0.
 
unsigned short constexpr Navy = 0x000F
 RGB565 value for: 0, 0, 128.
 
unsigned short constexpr DarkGreen = 0x03E0
 RGB565 value for: 0, 128, 0.
 
unsigned short constexpr DarkCyan = 0x03EF
 RGB565 value for: 0, 128, 128.
 
unsigned short constexpr Maroon = 0x7800
 RGB565 value for: 128, 0, 0.
 
unsigned short constexpr Purple = 0x780F
 RGB565 value for: 128, 0, 128.
 
unsigned short constexpr Olive = 0x7BE0
 RGB565 value for: 128, 128, 0.
 
unsigned short constexpr LightGrey = 0xC618
 RGB565 value for: 192, 192, 192.
 
unsigned short constexpr DarkGrey = 0x7BEF
 RGB565 value for: 128, 128, 128.
 
unsigned short constexpr Blue = 0x001F
 RGB565 value for: 0, 0, 255.
 
unsigned short constexpr Green = 0x07E0
 RGB565 value for: 0, 255, 0.
 
unsigned short constexpr Cyan = 0x07FF
 RGB565 value for: 0, 255, 255.
 
unsigned short constexpr Red = 0xF800
 RGB565 value for: 255, 0, 0.
 
unsigned short constexpr Magenta = 0xF81F
 RGB565 value for: 255, 0, 255.
 
unsigned short constexpr Yellow = 0xFFE0
 RGB565 value for: 255, 255, 0.
 
unsigned short constexpr White = 0xFFFF
 RGB565 value for: 255, 255, 255.
 
unsigned short constexpr Orange = 0xFD20
 RGB565 value for: 255, 165, 0.
 
unsigned short constexpr GreenYellow = 0xAFE5
 RGB565 value for: 173, 255, 47.
 
unsigned short constexpr Pink = 0xF618
 RGB565 value for: F4 C2 C2.
 

Variable Documentation

◆ Black

unsigned short constexpr jevois::rgb565::Black = 0x0000
constexpr

RGB565 value for: 0, 0, 0.

Definition at line 83 of file RawImage.H.

◆ Blue

unsigned short constexpr jevois::rgb565::Blue = 0x001F
constexpr

RGB565 value for: 0, 0, 255.

Definition at line 92 of file RawImage.H.

◆ Cyan

unsigned short constexpr jevois::rgb565::Cyan = 0x07FF
constexpr

RGB565 value for: 0, 255, 255.

Definition at line 94 of file RawImage.H.

◆ DarkCyan

unsigned short constexpr jevois::rgb565::DarkCyan = 0x03EF
constexpr

RGB565 value for: 0, 128, 128.

Definition at line 86 of file RawImage.H.

◆ DarkGreen

unsigned short constexpr jevois::rgb565::DarkGreen = 0x03E0
constexpr

RGB565 value for: 0, 128, 0.

Definition at line 85 of file RawImage.H.

◆ DarkGrey

unsigned short constexpr jevois::rgb565::DarkGrey = 0x7BEF
constexpr

RGB565 value for: 128, 128, 128.

Definition at line 91 of file RawImage.H.

◆ Green

unsigned short constexpr jevois::rgb565::Green = 0x07E0
constexpr

RGB565 value for: 0, 255, 0.

Definition at line 93 of file RawImage.H.

◆ GreenYellow

unsigned short constexpr jevois::rgb565::GreenYellow = 0xAFE5
constexpr

RGB565 value for: 173, 255, 47.

Definition at line 100 of file RawImage.H.

◆ LightGrey

unsigned short constexpr jevois::rgb565::LightGrey = 0xC618
constexpr

RGB565 value for: 192, 192, 192.

Definition at line 90 of file RawImage.H.

◆ Magenta

unsigned short constexpr jevois::rgb565::Magenta = 0xF81F
constexpr

RGB565 value for: 255, 0, 255.

Definition at line 96 of file RawImage.H.

◆ Maroon

unsigned short constexpr jevois::rgb565::Maroon = 0x7800
constexpr

RGB565 value for: 128, 0, 0.

Definition at line 87 of file RawImage.H.

◆ Navy

unsigned short constexpr jevois::rgb565::Navy = 0x000F
constexpr

RGB565 value for: 0, 0, 128.

Definition at line 84 of file RawImage.H.

◆ Olive

unsigned short constexpr jevois::rgb565::Olive = 0x7BE0
constexpr

RGB565 value for: 128, 128, 0.

Definition at line 89 of file RawImage.H.

◆ Orange

unsigned short constexpr jevois::rgb565::Orange = 0xFD20
constexpr

RGB565 value for: 255, 165, 0.

Definition at line 99 of file RawImage.H.

◆ Pink

unsigned short constexpr jevois::rgb565::Pink = 0xF618
constexpr

RGB565 value for: F4 C2 C2.

Definition at line 101 of file RawImage.H.

◆ Purple

unsigned short constexpr jevois::rgb565::Purple = 0x780F
constexpr

RGB565 value for: 128, 0, 128.

Definition at line 88 of file RawImage.H.

◆ Red

unsigned short constexpr jevois::rgb565::Red = 0xF800
constexpr

RGB565 value for: 255, 0, 0.

Definition at line 95 of file RawImage.H.

◆ White

unsigned short constexpr jevois::rgb565::White = 0xFFFF
constexpr

RGB565 value for: 255, 255, 255.

Definition at line 98 of file RawImage.H.

◆ Yellow

unsigned short constexpr jevois::rgb565::Yellow = 0xFFE0
constexpr

RGB565 value for: 255, 255, 0.

Definition at line 97 of file RawImage.H.