This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
0ab1cd99 c9ba 556f b5ac 2924ff9495e5
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
| B | Gets the blue component of the AciColor. |
| Blue | Defines a default blue color. |
| ByBlock | Gets the ByBlock color. |
| ByLayer | Gets the ByLayer color. |
| Cyan | Defines a default cyan color. |
| DarkGray | Defines a default dark gray color. |
| Default | Defines a default white/black color. |
| G | Gets the green component of the AciColor. |
| Green | Defines a default green color. |
| Index | Gets or sets the color index. |
| IndexRgb | A list that contains the indexed colors, the key represents the color index and the value the RGB components of the color. |
| IsByBlock | Defines if the color is defined by block. |
| IsByLayer | Defines if the color is defined by layer. |
| LightGray | Defines a default light gray color. |
| Magenta | Defines a default magenta color. |
| R | Gets the red component of the AciColor. |
| Red | Defines a default red color. |
| UseTrueColor | Get or set if the AciColor should use true color values. |
| Yellow | Defines a default yellow color. |