tahoma2d/toonz/sources/stdfx/igs_density.h
2023-02-25 20:59:02 -05:00

20 lines
437 B
C++
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#pragma once
#ifndef igs_density_h
#define igs_density_h
#ifndef IGS_DENSITY_EXPORT
#define IGS_DENSITY_EXPORT
#endif
namespace igs {
namespace density {
IGS_DENSITY_EXPORT void change(
float *image_array, const int height, const int width,
const int channels, /* 4(=RGBA縺ァ縺ェ縺代縺ー縺ェ繧峨↑縺・ */
const float *ref, const double density = 1.0);
}
} // namespace igs
#endif /* !igs_density_h */