VulcanoLE/headers/VulcanoLE/Colors/ColorHelper.h

8 lines
161 B
C++

#pragma once
#include <VulcanoLE/Colors/Type.h>
namespace Color {
struct Generator {
static rgba rgbFromRatio(double ratio, int16_t alpha);
};
}