![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <stdint.h>#include <memory>#include <vector>#include "core/fpdfapi/page/cpdf_colorspace.h"#include "core/fpdfapi/page/cpdf_pattern.h"#include "core/fxcrt/retain_ptr.h"Go to the source code of this file.
Classes | |
| class | CPDF_ShadingPattern |
Enumerations | |
| enum | ShadingType { kInvalidShading = 0 , kFunctionBasedShading = 1 , kAxialShading = 2 , kRadialShading = 3 , kFreeFormGouraudTriangleMeshShading = 4 , kLatticeFormGouraudTriangleMeshShading = 5 , kCoonsPatchMeshShading = 6 , kTensorProductPatchMeshShading = 7 , kMaxShading = 8 } |
| enum ShadingType |
Definition at line 21 of file cpdf_shadingpattern.h.