@startgantt
[Activity1] lasts 5 days
[Activity2] lasts 5 days
[Activity1] is colored in White/Red
[Activity2] is colored in Silver/SeaGreen
[Activity1] -> [Activity2]
@endgantt
@startuml
actor Bob #Red/Yellow
actor Alice #FF0000/FFFF00
Alice -> Bob : hello
@enduml
Voir aussi: skinparam This uses Color Gradient, see next section. See also [skinparam](http://plantuml.com/skinparam) See also [skinparam](http://plantuml.com/skinparam).
WARNING
This translation need to be updated.
WARNING
Color gradient
You can also use color gradient in background, with the following syntax: two colors names separated either by:
The special value automatic can be used for font (text foreground) color. In that case, the color is either black or white, depending on the current background.
@startuml
skinparam classFontColor automatic
skinparam classHeaderBackgroundColor #444
class classA {
testMethodCode()
}
class classB #fff {
testMethodCode()
}
@enduml
View colors in PlantUML
Un utilisateur a récemment créé une image pour afficher toutes les couleurs connues par PlantUML. (Un grand merci à lui!) En conséquence, une nouvelle fonctionnalité a été rajoutée pour afficher toutes les couleurs avec le diagramme suivant:
@startuml
colors
@enduml
Il est aussi possible d'afficher une palette de couleurs proches d'une certaine couleur (en donnant son nom ou sa valeur hexadécimale).
@startuml
colors chocolate
@enduml
Archimate colors
Archimate uses color names that reflect the purpose of a node: