libcrn  3.9.5
A document image processing library
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
crn::pixel::Lab Struct Reference

#include <CRNPixel.h>

Public Member Functions

constexpr Lab ()
 
constexpr Lab (double l_, double a_=0.0, double b_=0.0)
 
 Lab (const XYZ &p)
 
Laboperator+= (const Lab &p)
 

Public Attributes

double l = 0.0
 
double a = 0.0
 
double b = 0.0
 

Detailed Description

Definition at line 595 of file CRNPixel.h.


The documentation for this struct was generated from the following files: