smntc
an in-memory multimodal graph database
Loading...
Searching...
No Matches
Frame.c
Go to the documentation of this file.
1
2
3struct Pixel Frame_addPixel(struct Frame *this, unsigned int redValue, unsigned int greenValue, unsigned int blueValue, int *error)
4{
5
6}
struct Pixel Frame_addPixel(struct Frame *this, unsigned int redValue, unsigned int greenValue, unsigned int blueValue, int *error)
Definition Frame.c:3
Definition Frame.h:6
Definition Pixel.h:6