Author Topic: setting color class based on variables?  (Read 6357 times)

Offline Kirk Baker

  • Senior Software Engineer
  • Camera Bits Staff
  • Superhero Member
  • *****
  • Posts: 24756
    • View Profile
    • Camera Bits, Inc.
Re: setting color class based on variables?
« Reply #15 on: January 21, 2015, 09:45:28 AM »
{type} works great Kirk!

I assume this feature will be included in your next official release. Is there any reason why I should not continue to use the beta you provided for now?

Yes, it will be in the next official release.  Please continue to use the build I gave you.

It is so great to see this ability to set color class based on variables working! I remember asking for it years ago and it didn't seem to generate much interest at the time.

The evaluate option is a very good idea. I wonder, can we include anything more complex in this field, relational operators for example?

For example, suppose I want to set the color class of all ingested photos to Red if their ISO >= 3200.

Is there a way to "evaluate" {iso} >= 3200 and if True then assign Red?

No, there are no logical/mathematical operators available at this time.

-Kirk