Scope
lut.h File Reference
#include "pixel.h"

Go to the source code of this file.

Classes

class  scope::LUT_function< LBound, UBound, TResult, TArg >
 
class  scope::ColorProps
 

Macros

#define BGRA8BLACK   BGRA8Pixel(0)
 
#define BGRA8WHITE   BGRA8Pixel(255)
 

Enumerations

enum  ColorEnum {
  None, Gray, Red, Green,
  Blue, Yellow, Rainbow, Limits
}
 

Functions

BGRA8Pixel scope::U16ToBGRA8 (const uint16_t &gray, const ColorEnum &pixelcolor)
 
BGRA8Pixel scope::U16ToBGRA8Histo (const uint16_t &gray, const ColorEnum &pixelcolor, const uint16_t &l, const uint16_t &u)
 
BGRA8Pixel scope::U16ToBGRA8Histo2 (const uint16_t &gray, const ColorEnum &pixelcolor, const uint16_t &l, const uint16_t &u, const uint16_t &scaler)
 

Detailed Description

Macro Definition Documentation

#define BGRA8BLACK   BGRA8Pixel(0)

An opaque black.

Definition at line 108 of file lut.h.

#define BGRA8WHITE   BGRA8Pixel(255)

An opaque white.

Definition at line 111 of file lut.h.