Krita 5.2 브로셔onwards, Krita got raster animation support. You can use the timeline, animation and onionskin dockers, plus Krita’s amazing variety of brushes to do raster based animations, export those, and then turn them Ctrl + V shortcuts, so you do not have to worry about not being able to paint outside the pasted element. 참고 This doesn’t work as intended right now. Intersect is a selection mode which uses the T key preset). K and L: Increment Darker and Lighter value of the active color. I and O: Increment opacity plus or minus. D: Reset color to black/foreground and white/background. X: Switch background and foreground0 码力 | 1531 页 | 79.11 MB | 1 年前3
PlantUML 을사용해서 UML 그리기 - PlantUML 언어참조가이드(Version 1.2023.11)
/ 551 2.17 Change element color and style (inline style) 2 유즈케이스다이어그램 [Ref. QA-3770 and QA-3816] [See similar feature on deployment-diagram or class diagram] 2.17 Change element color and style (inline (inline style) You can change the color or style of individual element using the following notation: • #[color|back:color];line:color;line.[bold|dashed|dotted];text:color @startuml actor a actor b #pink;line:red;line some of the common commands in PlantUML to enhance your diagram creation experience. 3.1 Declaring element @startuml abstract abstract abstract class "abstract class" annotation annotation circle circle0 码力 | 552 页 | 7.88 MB | 1 年前3
PlantUML 1.2021.3 언어참조가이드/ 407 2.17 Change element color and style (inline style) 2 유즈케이스다이어그램 [Ref. QA-3770 and QA-3816] [See similar feature on deployment-diagram or class diagram] 2.17 Change element color and style (inline (inline style) You can change the color or style of individual element using the following notation: • #[color|back:color];line:color;line.[bold|dashed|dotted];text:color @startuml actor a actor b #pink;line:red;line adapted from QA-6852] PlantUML 언어참조가이드 (1.2021.2) 50 / 407 3 클래스다이어그램 3 클래스다이어그램 3.1 Declaring element @startuml abstract abstract abstract class "abstract class" annotation annotation circle circle0 码力 | 408 页 | 4.32 MB | 1 年前3
PlantUML 1.2021.2 언어참조가이드/ 390 2.17 Change element color and style (inline style) 2 유즈케이스다이어그램 [Ref. QA-3770 and QA-3816] [See similar feature on deployment-diagram or class diagram] 2.17 Change element color and style (inline (inline style) You can change the color or style of individual element using the following notation: • #[color|back:color];line:color;line.[bold|dashed|dotted];text:color @startuml actor a actor b #pink;line:red;line adapted from QA-6852] PlantUML 언어참조가이드 (1.2021.2) 50 / 390 3 클래스다이어그램 3 클래스다이어그램 3.1 Declaring element @startuml abstract abstract abstract class "abstract class" annotation annotation circle circle0 码力 | 391 页 | 4.17 MB | 1 年前3
PlantUML 1.2021.1 언어참조가이드/ 385 2.17 Change element color and style (inline style) 2 유즈케이스다이어그램 [Ref. QA-3770 and QA-3816] [See similar feature on deployment-diagram or class diagram] 2.17 Change element color and style (inline (inline style) You can change the color or style of individual element using the following notation: • #[color|back:color];line:color;line.[bold|dashed|dotted];text:color @startuml actor a actor b #pink;line:red;line adapted from QA-6852] PlantUML 언어참조가이드 (1.2021.1) 50 / 385 3 클래스다이어그램 3 클래스다이어그램 3.1 Declaring element @startuml abstract abstract abstract class "abstract class" annotation annotation circle circle0 码力 | 386 页 | 4.12 MB | 1 年前3
PlantUML 을사용해서 UML 그리기 - PlantUML 언어참조가이드(Version 1.2020.23)-- clerk } @enduml PlantUML 언어참조가이드 (1.2020.23) 46 / 306 3 클래스다이어그램 3 클래스다이어그램 3.1 Declaring element @startuml abstract abstract abstract class "abstract class" annotation annotation circle circle bracket < and > to define generics usage in a class. @startuml class Foo extends Element> { int size() } Foo *- Element @enduml It is possible to disable this drawing using skinparam genericDisplay old PlantUML 언어참조가이드 (1.2020.23) 185 / 306 13.3 JSON basic element 13 DISPLAY JSON DATA 13.3 JSON basic element 13.3.1 Synthesis of all JSON basic element @startjson { "null": null, "true": true, "false": false0 码力 | 307 页 | 3.16 MB | 1 年前3
PlantUML 1.2020.22 언어참조가이드-- clerk } @enduml PlantUML 언어참조가이드 (1.2020.22) 37 / 294 3 클래스다이어그램 3 클래스다이어그램 3.1 Declaring element @startuml abstract abstract abstract class "abstract class" annotation annotation circle circle bracket < and > to define generics usage in a class. @startuml class Foo extends Element> { int size() } Foo *- Element @enduml It is possible to disable this drawing using skinparam genericDisplay old PlantUML 언어참조가이드 (1.2020.22) 173 / 294 13.3 JSON basic element 13 DISPLAY JSON DATA 13.3 JSON basic element 13.3.1 Synthesis of all JSON basic element @startjson { "null": null, "true": true, "false": false0 码力 | 295 页 | 3.08 MB | 1 年前3
Comprehensive Rust(한국어) 202412fields from the old struct without having to explicitly type it all out. It must always be the last element. 10.2 튜플 각 필드 이름이 중요하지 않다면 튜플 구조체를 사용할 수 있습니다: struct Point(i32, i32); fn main() { let p = Point(17 non-empty list: first element and the rest of the list. Element(T, Box- >), 113 /// An empty list. Nil, } fn main() { let list: List
= List::Element(1, Box::new(List::Element(2, Box::new(List::Nil)))); : : : +---------+----+----+ : : +---------+----+----+ +------+----+----+ : : | Element | 1 | o--+----+-----+--->| Element | 2 | o--+--->| Nil | // | // | : : +---------+----+----+ : : +---------+----+----+ 0 码力 | 369 页 | 1.29 MB | 11 月前3
Comprehensive Rustfields from the old struct without having to explicitly type it all out. It must always be the last element. 10.2 튜플 각 필드 이름이 중요하지 않다면 튜플 구조체를 사용할 수 있습니다: struct Point(i32, i32); fn main() { let p = Point(17 non-empty list: first element and the rest of the list. Element(T, Box- >), 112 /// An empty list. Nil, } fn main() { let list: List
= List::Element(1, Box::new(List::Element(2, Box::new(List::Nil)))); : : : +---------+----+----+ : : +---------+----+----+ +------+----+----+ : : | Element | 1 | o--+----+-----+--->| Element | 2 | o--+--->| Nil | // | // | : : +---------+----+----+ : : +---------+----+----+ 0 码力 | 368 页 | 1.29 MB | 1 年前3
PlantUML 을사용해서 UML 그리기 - PlantUML 언어참조가이드(Version 1.2019.2)bracket < and > to define generics usage in a class. @startuml class Foo extends Element> { int size() } Foo *- Element @enduml It is possible to disable this drawing using skinparam genericDisplay old / 157 15 DEFINING AND USING SPRITES 15 Defining and using sprites A Sprite is a small graphic element that can be used in diagrams. In PlantUML, sprites are monochrome and can have either 4, 8 or 160 码力 | 158 页 | 1.76 MB | 1 年前3
共 15 条
- 1
- 2













