VFB "Screen" blend mode

When compositing an IBL scene with VFB, Fasle colors will be displayed when the specular element is set to “Screen” blend mode.
Try loading the attached .vrimg with VFB and setting the specular element to “Screen” blend mode.

Screen blending in NUKE does not show these Fasle colours.
What are the causes?

I understand that “Screen” is not used in BackToBeauty compositing. We are only using BackToBeauty here to show an example.​


test.0000.zip (3.96 MB)

Hello,

Screen mode is calculated with the formula:
result=foreground + background - foreground*background

(the original formula is 1 - (1-a)*(1-b) but it expands to the one above).

with color values above 1 the formula produces negative components. And in your case the colors are above 1..

Best regards,
Yavor

Thank you for the details.:slight_smile:
The VFB “Screen” formula is an honest formula that also generates negative values.

NUKE and others do not appear to generate negative values with max(A,B).
https://learn.foundry.com/nuke/content/reference\_guide/merge\_nodes/screen.html

Is integrity to generate negative values necessary?

We more or less did what the Max Composite map does..

Not sure if someone will want negatives in the VFB though..

Screen mode in VFB composite would be nice to have max(A,B) negative safe.
Small WISH LIST.​:slight_smile:

Added to our todo list (internal ID VMAX-13749)

Thank you for your consideration.:slight_smile:
(This was a request from one of my clients)​