Introduction

Accessing picture elements (pixels)

Problem from Exam

Description: Given an image and three integers representing a color, apply that color as a tint over the image. Your recipe must blend 50% of each of the three components of the pixel colors with 50% of each of the three components passed as parameters. The effect is like adding a color glass over the image. At the bottom of the problem you see several images with the color tint applied.

Back to Menu