Update interface for rgb color
This commit is contained in:
parent
b20703e6e6
commit
5d22fefef2
2 changed files with 2 additions and 1 deletions
|
|
@ -2,4 +2,5 @@ export interface IRgbColor {
|
|||
r: number;
|
||||
g: number;
|
||||
b: number;
|
||||
a: number;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@gxc-solutions/renderer-base",
|
||||
"version": "0.0.8",
|
||||
"version": "0.0.9",
|
||||
"main": "index.js",
|
||||
"author": "GXC Solutions",
|
||||
"publishConfig": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue