tahoma2d/toonz/sources/stdfx/igs_negate.h

21 lines
483 B
C
Raw Normal View History

2016-05-17 03:04:11 +12:00
#pragma once
2016-03-19 06:57:51 +13:00
#ifndef igs_negate_h
#define igs_negate_h
#ifndef IGS_NEGATE_EXPORT
#define IGS_NEGATE_EXPORT
#endif
2016-06-15 18:43:10 +12:00
namespace igs {
namespace negate {
IGS_NEGATE_EXPORT void change(unsigned char *image_array, const int height,
const int width, const int channels,
const int bits,
const bool *sw_array /* channels size array */
);
2016-03-19 06:57:51 +13:00
}
}
#endif /* !igs_negate_h */