MCPcopy Create free account
hub / github.com/Tencent/libpag / GetCompBackgroundColor

Function GetCompBackgroundColor

exporter/src/utils/AEHelper.cpp:632–636  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

630}
631
632pag::Color GetCompBackgroundColor(const AEGP_CompH& compositionHandle) {
633 AEGP_ColorVal color;
634 Suites->CompSuite6()->AEGP_GetCompBGColor(compositionHandle, &color);
635 return AEColorToColor(color);
636}
637
638bool IsStaticComposition(const AEGP_CompH& compositionHandle) {
639 bool isStatic = true;

Callers 2

getBackgroundColorMethod · 0.85
GetCompositionAttributesFunction · 0.85

Calls 1

AEColorToColorFunction · 0.85

Tested by

no test coverage detected