struct P1::ImageSdk::LensProfileBase#

#include <P1ImageLensProfile.hpp>

struct LensProfileBase
{
    // fields

    float mAperture;
    float mFocalLength;
    float mScale;
};

// direct descendants

struct LensProfileLightFalloff;