Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -188,4 +188,11 @@ slides/webgl
/tool/blocks-zh.json

/zh-src
/en-src
/en-src


#############
## Jetbrains
#############

.idea
1 change: 1 addition & 0 deletions en/option/partial/visual-mapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
+ `color`: Symbol color.
+ `colorAlpha`: Symbol alpha channel.
+ `opacity`: Opacity of symbol and others (like labels).
+ `cursor`: Cursor style ([values](https://developer.mozilla.org/en-US/docs/Web/CSS/cursor)).
+ `colorLightness`: Lightness in [HSL](https://en.wikipedia.org/wiki/HSL_and_HSV).
+ `colorSaturation`: Saturation in [HSL](https://en.wikipedia.org/wiki/HSL_and_HSV).
+ `colorHue`: Hue in [HSL](https://en.wikipedia.org/wiki/HSL_and_HSV).
Expand Down
1 change: 1 addition & 0 deletions zh/option/partial/visual-mapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
+ `color`: 图元的颜色。
+ `colorAlpha`: 图元的颜色的透明度。
+ `opacity`: 图元以及其附属物(如文字标签)的透明度。
+ `cursor`: 游标样式([值](https://developer.mozilla.org/en-US/docs/Web/CSS/cursor)).
+ `colorLightness`: 颜色的明暗度,参见 [HSL](https://en.wikipedia.org/wiki/HSL_and_HSV)。
+ `colorSaturation`: 颜色的饱和度,参见 [HSL](https://en.wikipedia.org/wiki/HSL_and_HSV)。
+ `colorHue`: 颜色的色调,参见 [HSL](https://en.wikipedia.org/wiki/HSL_and_HSV)。
Expand Down