![]() | InDesign SDK 20.5 |
#include <IInterfaceAppearancePrefs.h>

Public Types | |
| enum | { kDefaultIID = IID_IINTERFACEAPPEARANCEPREFS } |
Public Member Functions | |
| virtual bool16 | GetInterfaceBrightness (PMReal &outBrightness) const =0 |
| virtual bool16 | SetInterfaceBrightness (const PMReal inBrightness)=0 |
| virtual bool16 | GetPasteboardColorPref (int32 &outPasteboardColorPref) const =0 |
| virtual bool16 | SetPasteboardColorPref (const int32 inPasteboardColorPref)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Interface to provide UI Appearance preferences
| pure virtual |
Get the Application brightness, this should be cached from saved preferences
| pure virtual |
Get the Pasteboard Color Pref, this should be cached from saved preferences
| pure virtual |
Set the Application brightness, this should be saved in preferences
| pure virtual |
Set the Pasteboard Color Pref, this should be saved in preferences