Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgDangl committed Dec 22, 2016
1 parent 9358f86 commit 767259b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1456,7 +1456,7 @@ BCF is suitable for selecting a few components. A huge list of selected componen
[coloring.json](Schemas_draft-03/Collaboration/Viewpoint/coloring.json)

#####Optimization rules
BCF is suitable for coloring on a few components. A huge list of components causes poor performance. All clients should follow this rule:
BCF is suitable for coloring a few components. A huge list of components causes poor performance. All clients should follow this rule:
- If the size of colored components is huge (approximately 1000 components), alert the user and give him the opportunity to modify the coloring.

The color is given in ARGB format. Colors are represented as 6 or 8 hexadecimal digits. If 8 digits are present, the first two represent the alpha (transparency) channel. For example, `40E0D0` would be the color <span style="color:#40E0D0;";>Turquoise</span>. [More information about the color format can be found on Wikipedia.](https://en.wikipedia.org/wiki/RGBA_color_space)
Expand Down

0 comments on commit 767259b

Please sign in to comment.