Skip to main content
Rikk Flohr_Photography
Community Manager
October 18, 2022
Question

SDK: Lightroom Classic SDK Version 12 is now available

  • October 18, 2022
  • 0 replies
  • 233 views

We have added support for Clipping Overlay while adjusting develop settings like Exposure through following SDK APIs: 

  •  setValue 
  • increment 
  • decrement 

 

When either of these APIs are called and the user has pressed Option (macOS) / Alt (Windows) key the Clipping overlay would be activated, if it is supported by the setting being changed. 

 

Plugin developers can also forcibly activate Clipping Overlay by sending an optional parameter in the above APIs as true. 

 

The new API signatures for these are as follows: 

  • LrDevelopController.setValue( param, value, withClippingOn ) 
  • LrDevelopController.increment( param, withClippingOn ) 
  • LrDevelopController.decrement( param, withClippingOn ) 

 

Adobe I/O Console

This topic has been closed for replies.