6#include <PhosphorShaders/phosphorshaders_export.h>
8#include <QLatin1String>
10#include <QVariantList>
25 return QLatin1String(
"px");
60PHOSPHORSHADERS_EXPORT
void scalePixelParams(
const QVariantList& parameterInfos, QVariantMap& values,
double factor);
Definition ShaderEffect.h:33
QLatin1String pixelUnit()
The unit a parameter declares when its value is logical pixels of the real surface the shader draws o...
Definition PixelUnits.h:23
PHOSPHORSHADERS_EXPORT void scalePixelParams(const QVariantList ¶meterInfos, QVariantMap &values, double factor)
Scale every px-denominated parameter for a host that renders the shader on a surface smaller than the...