diff options
Diffstat (limited to 'src/xyz_frame.cc')
| -rw-r--r-- | src/xyz_frame.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xyz_frame.cc b/src/xyz_frame.cc index 48098361..f1c69491 100644 --- a/src/xyz_frame.cc +++ b/src/xyz_frame.cc @@ -72,7 +72,7 @@ XYZFrame::~XYZFrame () } /** @param c Component index (0, 1 or 2) - * @return Pointer to the data for component c. + * @return Pointer to the data for component c; 12-bit values from 0-4095. */ int * XYZFrame::data (int c) const |
