The PixInsight core application calls transparency notification functions to keep interfaces informed about changes in transparency rendering modes of image windows.
For a process interface to receive transparency notifications, the corresponding ProcessInterface subclass must reimplement ProcessInterface::WantsTransparencyNotifications() to return true.
◆ TransparencyHidden()
virtual void pcl::ProcessInterface::TransparencyHidden |
( |
const View & |
view | ) |
|
|
inlinevirtual |
◆ TransparencyModeUpdated()
virtual void pcl::ProcessInterface::TransparencyModeUpdated |
( |
const View & |
view | ) |
|
|
inlinevirtual |
Notification sent when the current transparency rendering mode has been updated for an image window.
- Parameters
-
view | Reference to the main view of an image window whose transparency rendering mode has been updated. |
- See also
- Image Transparency Notification Functions
Definition at line 2037 of file ProcessInterface.h.