Led count info added to Effect script

Former-commit-id: 36e85b2a33a89f3d91605ff1c1466d52779c510c
This commit is contained in:
Johan
2013-11-28 14:38:07 +01:00
parent c82954d82a
commit c18920b59e
4 changed files with 21 additions and 4 deletions

View File

@@ -20,6 +20,11 @@ class ImageProcessor
public:
~ImageProcessor();
///
/// Returns the number of attached leds
///
unsigned getLedCount() const;
///
/// Specifies the width and height of 'incomming' images. This will resize the buffer-image to
/// match the given size.