Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
coloration
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
typescript
coloration
Commits
be892de2
Commit
be892de2
authored
May 02, 2020
by
Zéfling
🎨
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changelog for 0.1.1
parent
535de366
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
3 deletions
+15
-3
CHANGELOG.md
CHANGELOG.md
+11
-0
LICENSE
LICENSE
+1
-1
README.md
README.md
+2
-1
projects/coloration/package.json
projects/coloration/package.json
+1
-1
No files found.
CHANGELOG.md
View file @
be892de2
# Changelog of coloration-lib
## V0.1.1 (2020-05-02)
### Feature
-
new design for the demo
### Corrections
-
fix calculation when no alpha
-
fix calculation alpha with mask opacity
## V0.1.0 (2020-05-01)
### Feature
...
...
LICENSE
View file @
be892de2
MIT License
Copyright (c) 2019 Coloration
Copyright (c) 2019
-2020
Coloration
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
...
...
README.md
View file @
be892de2
...
...
@@ -46,8 +46,9 @@ const color = new Coloration('red');
color
.
addColor
({
h
:
-
23
,
v
:
10
,
alpha
:
-
0.2
});
console
.
log
(
color
.
toHEX
());
// #ff3381
console
.
log
(
color
.
toHEX
());
// #ff3381
cd
```
## Publishing the library
...
...
projects/coloration/package.json
View file @
be892de2
{
"name"
:
"coloration-lib"
,
"version"
:
"0.1.
0
"
,
"version"
:
"0.1.
1
"
,
"license"
:
"MIT"
,
"repository"
:
{
"type"
:
"git"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment