ZDCInk ZSubPane::GetBackInk(const ZDC& inDC) { ZDCInk theInk; if (fPaneLocator && fPaneLocator->GetPaneBackInk(this, inDC, theInk)) return theInk; return ZDCInk(); }
ZDCInk ZUIInk_UIColor::GetInk() { if (fUIColor) return ZDCInk(fUIColor->GetColor()); return ZDCInk(); }
ZDCInk ZSuperPane::GetInternalBackInk(const ZDC& inDC) { // We'll augment this with a ZPaneLocator call at some point return ZDCInk(); }