Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Molstar
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Michal Malý
Molstar
Commits
cbd493d8
You need to sign in or sign up before continuing.
Commit
cbd493d8
authored
5 years ago
by
Alexander Rose
Browse files
Options
Downloads
Patches
Plain Diff
use sequential list as default for model-index color theme
parent
53dbd1ae
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/mol-theme/color/model-index.ts
+2
-2
2 additions, 2 deletions
src/mol-theme/color/model-index.ts
with
2 additions
and
2 deletions
src/mol-theme/color/model-index.ts
+
2
−
2
View file @
cbd493d8
/**
/**
* Copyright (c) 2019 mol* contributors, licensed under MIT, See LICENSE file for more info.
* Copyright (c) 2019
-2020
mol* contributors, licensed under MIT, See LICENSE file for more info.
*
*
* @author Alexander Rose <alexander.rose@weirdbyte.de>
* @author Alexander Rose <alexander.rose@weirdbyte.de>
*/
*/
...
@@ -17,7 +17,7 @@ const DefaultColor = Color(0xCCCCCC)
...
@@ -17,7 +17,7 @@ const DefaultColor = Color(0xCCCCCC)
const
Description
=
'
Gives every model a unique color based on the position (index) of the model in the list of models in the structure.
'
const
Description
=
'
Gives every model a unique color based on the position (index) of the model in the list of models in the structure.
'
export
const
ModelIndexColorThemeParams
=
{
export
const
ModelIndexColorThemeParams
=
{
...
getPaletteParams
({
type
:
'
scale
'
,
scaleList
:
'
red-yellow-blue
'
}),
...
getPaletteParams
({
type
:
'
scale
'
,
scaleList
:
'
purples
'
}),
}
}
export
type
ModelIndexColorThemeParams
=
typeof
ModelIndexColorThemeParams
export
type
ModelIndexColorThemeParams
=
typeof
ModelIndexColorThemeParams
export
function
getModelIndexColorThemeParams
(
ctx
:
ThemeDataContext
)
{
export
function
getModelIndexColorThemeParams
(
ctx
:
ThemeDataContext
)
{
...
...
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