C = max(A*factor, B) this is blend lightest function... what is factor????
in
Programming Questions
•
11 months ago
Hi guy,
Im trying to create a customize blend, im trying to recreate that blend lightest function.
C = max(A*factor, B)
I imagine that C is the color, A is the pixel source image, B is the pixel of the image we would like to blend.
but... what is that factor ??
Im trying to create a customize blend, im trying to recreate that blend lightest function.
C = max(A*factor, B)
I imagine that C is the color, A is the pixel source image, B is the pixel of the image we would like to blend.
but... what is that factor ??
1