Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
iMSTK
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
Ruiliang Gao
iMSTK
Commits
e2a6f120
Commit
e2a6f120
authored
7 years ago
by
Jean-Christophe Fillion-Robin
Browse files
Options
Downloads
Patches
Plain Diff
ENH: Add Orange color
This is needed for the VROrthognathic/OrthognathicTrainer project.
parent
da07e0bc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Source/Core/imstkColor.cpp
+1
-0
1 addition, 0 deletions
Source/Core/imstkColor.cpp
Source/Core/imstkColor.h
+1
-0
1 addition, 0 deletions
Source/Core/imstkColor.h
with
2 additions
and
0 deletions
Source/Core/imstkColor.cpp
+
1
−
0
View file @
e2a6f120
...
...
@@ -38,6 +38,7 @@ Color Color::Blue(0.0, 0.0, 1.0, 1.0);
Color
Color
::
Green
(
0.0
,
1.0
,
0.0
,
1.0
);
Color
Color
::
Red
(
1.0
,
0.0
,
0.0
,
1.0
);
Color
Color
::
Yellow
(
1.0
,
1.0
,
0.0
,
1.0
);
Color
Color
::
Orange
(
1.0
,
0.6
,
0.0
,
1.0
);
Color
Color
::
Pink
(
1.0
,
0.0
,
1.0
,
1.0
);
Color
::
Color
()
...
...
This diff is collapsed.
Click to expand it.
Source/Core/imstkColor.h
+
1
−
0
View file @
e2a6f120
...
...
@@ -100,6 +100,7 @@ struct Color
static
Color
Green
;
static
Color
Red
;
static
Color
Pink
;
static
Color
Orange
;
static
Color
Yellow
;
};
}
...
...
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