Skip to main content
Participating Frequently
October 4, 2024
Question

Can AutoTone and AutoWhiteBalance be used in the "Library" module?

  • October 4, 2024
  • 2 replies
  • 228 views

Hi,

I'm developing a plugin using the Lightroom Classic SDK and utilizing LrDevelopController.setAutoTone(photo) and LrDevelopController.setAutoWhiteBalance(photo) to automatically apply Auto Tone and Auto White Balance.

However, these functions seem to work only in the "Develop" module. Is there any way to use these commands in the "Library" module as well? Or are there alternative methods to apply Auto Tone and Auto White Balance within the "Library" module?

Thank you for your help!

This topic is closed to new replies. Start a new post to keep the conversation going.

2 replies

DdeGannes
Community Expert
Community Expert
October 4, 2024

You can try exploring the options available in the "Quick Develop" options in the Library Module.

 

Regards, Denis: Laptop Win 11, ver 24H2, LrC 15.4 PS 27.8;
Participating Frequently
October 6, 2024

Yes, that makes sense. I'll proceed with that approach. Thank you for your help!