summaryrefslogtreecommitdiff
path: root/src/argb_frame.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-02-02 18:42:54 +0000
committerCarl Hetherington <cth@carlh.net>2015-02-02 18:42:54 +0000
commit923d5a17cdbe4c4ae947bbb45493be0792cfd54e (patch)
treec30cc659bb94aaf8231bb5f8c790e3d60a3362b1 /src/argb_frame.h
parentb47a54b85aee24795008463681cb31f4307ffe84 (diff)
Unpack XYZ to RGB into an Image class rather than a raw buffer.
Diffstat (limited to 'src/argb_frame.h')
-rw-r--r--src/argb_frame.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/argb_frame.h b/src/argb_frame.h
index 419227bb..db0d07a9 100644
--- a/src/argb_frame.h
+++ b/src/argb_frame.h
@@ -41,6 +41,8 @@ namespace dcp
* is the green component, and so on.
*
* Lines are packed so that the second row directly follows the first.
+ *
+ * XXX: this should probably be an Image...?
*/
class ARGBFrame : boost::noncopyable
{