Skip to content
Snippets Groups Projects
Commit 2e02525e authored by Antoine Bergerault's avatar Antoine Bergerault
Browse files

Update README.md

parent 0b4042f4
No related tags found
No related merge requests found
...@@ -59,7 +59,7 @@ By the time you are finished with this assignment, you will: ...@@ -59,7 +59,7 @@ By the time you are finished with this assignment, you will:
## Preliminaries ## Preliminaries
Before we begin, we need to cover some basic data types and helper methods. Before we begin, we need to cover some basic data types and helper methods.
These utilities have already been implemented in the package object (in the file `package.scala`) for this These utilities have already been implemented in the package object (in the file `common.scala`) for this
exercise. exercise.
First, we will use the `RGBA` type to refer to the value of an image pixel. First, we will use the `RGBA` type to refer to the value of an image pixel.
We will limit ourselves to 32-bit pixel depth images, so we define `RGBA` to We will limit ourselves to 32-bit pixel depth images, so we define `RGBA` to
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment