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::XYZ Struct Reference

#include <CRNPixel.h>

Public Member Functions

constexpr XYZ ()
 
constexpr XYZ (double x_, double y_=0.0, double z_=0.0)
 
 XYZ (const RGB< uint8_t > &p)
 
 XYZ (const Lab &p)
 
 XYZ (const Luv &p)
 

Public Attributes

double x = 0.0
 
double y = 0.0
 
double z = 0.0
 

Detailed Description

Definition at line 474 of file CRNPixel.h.


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