ryanve / interfaces

Interface ideas
0 stars 0 forks source link

Blending #7

Open ryanve opened 6 years ago

ryanve commented 6 years ago

Burning: a darkroom technique To burn-in a print, the print is first given normal exposure. Next, extra exposure is given to the area or areas that need to be darkened. A card or other opaque object is held between the enlarger lens and the photographic paper in such a way as to allow light to fall only on the portion of the scene to be darkened.

Dodging: also a darkroom technique A card or other opaque object is held between the enlarger lens and the photographic paper in such a way as to block light from the portion of the scene to be lightened. Since the technique is used with a negative-to-positive process, reducing the amount of light results in a lighter image.

ryanve commented 6 years ago
Classes color background border-color
.blend .blend-before .blend-after inherit transparent transparent
.match .match-before .match-after inherit inherit inherit
.dodge .dodge-before .dodge-after transparent transparent inherit
.burn .burn-before .burn-after inherit transparent currentColor
.blot .blot-before .blot-after inherit currentColor currentColor