Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
ProjetModuleImage12311569_12301526
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DUPASQUIER YOANN p2301526
ProjetModuleImage12311569_12301526
Commits
a8ca4c5c
Commit
a8ca4c5c
authored
3 weeks ago
by
DUPASQUIER YOANN p2301526
Browse files
Options
Downloads
Patches
Plain Diff
Edit Pixel.h
parent
de80b3b8
No related branches found
No related tags found
No related merge requests found
Pipeline
#190325
passed with warnings
3 weeks ago
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/Pixel.h
+0
-3
0 additions, 3 deletions
src/Pixel.h
with
0 additions
and
3 deletions
src/Pixel.h
+
0
−
3
View file @
a8ca4c5c
...
@@ -16,19 +16,16 @@ struct Pixel {
...
@@ -16,19 +16,16 @@ struct Pixel {
/**
/**
* @brief Constructeur par défaut de la structure: initialise le pixel à la couleur noire (r,g,b =0)
* @brief Constructeur par défaut de la structure: initialise le pixel à la couleur noire (r,g,b =0)
*
*
* @return pas de valeur de retour
*/
*/
Pixel
();
Pixel
();
/**
/**
* @brief Destructeur de la structure:
* @brief Destructeur de la structure:
*
*
* @return pas de valeur de retour
*/
*/
~
Pixel
();
~
Pixel
();
/**
/**
* @brief Constructeur de la structure: initialise r,g,b avec les paramètres
* @brief Constructeur de la structure: initialise r,g,b avec les paramètres
*
*
* @return pas de valeur de retour
*/
*/
Pixel
(
unsigned
char
nr
,
unsigned
char
ng
,
unsigned
char
nb
);
Pixel
(
unsigned
char
nr
,
unsigned
char
ng
,
unsigned
char
nb
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment