VideoTools
|
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 |
A simple fixed-point number class with a scale factor of 256.
Definition at line 73 of file grcolourspacetypes.h.