Skip to content
Snippets Groups Projects
Commit e5aa5bc7 authored by Jan Müller's avatar Jan Müller
Browse files

make Transferfunction not a resource

#470
parent 454c1428
Branches
No related tags found
1 merge request!151Feature/#470 create a color lookup table
...@@ -39,7 +39,7 @@ SUPPRESS_WARNINGS_END ...@@ -39,7 +39,7 @@ SUPPRESS_WARNINGS_END
namespace phx { namespace phx {
class PHOENIX_EXPORT TransferFunction : public Resource { class PHOENIX_EXPORT TransferFunction {
public: public:
enum class InterpolationMode { NEAREST_NEIGHBOR, LINEAR }; enum class InterpolationMode { NEAREST_NEIGHBOR, LINEAR };
struct PHOENIX_EXPORT Entry { struct PHOENIX_EXPORT Entry {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment