VideoTools
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Gr::ColourSpace::fp_256 Class Reference

A simple fixed-point number class with a scale factor of 256. More...

#include <grcolourspacetypes.h>

Public Types

typedef int int_t
 

Public Member Functions

 fp_256 (int i) g__noexcept
 
 fp_256 (int i_scaled, int) g__noexcept
 
int to_builtin () const g__noexcept
 

Static Public Member Functions

static fp_256 value__ (int i_scaled) g__noexcept
 

Public Attributes

int_t m_i
 

Static Public Attributes

static g__constexpr int scale__ = 256
 

Detailed Description

A simple fixed-point number class with a scale factor of 256.

Definition at line 73 of file grcolourspacetypes.h.


The documentation for this class was generated from the following file: