Skip to content

e3c7084d e591 5f10 6fc9 46c204bf84d1

Fernando Garcia edited this page May 8, 2018 · 1 revision

KnownBasicColor Enumeration

Additional header content

Specifies known primary system colors.

Namespace: iTin.Export.Model
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

[SerializableAttribute]
public enum KnownBasicColor

VB

<SerializableAttribute>
Public Enumeration KnownBasicColor

Members

 

Member name Value Description
Black 0 Gets a system-defined color that has an RGB value of #000000.
Blue 1 Gets a system-defined color that has an RGB value of #0000FF.
Green 2 Gets a system-defined color that has an RGB value of #00FF00.
Cyan 3 Gets a system-defined color that has an RGB value of #00FFFF.
Red 4 Gets a system-defined color that has an RGB value of #FF0000.
Magenta 5 Gets a system-defined color that has an RGB value of #FF00FF.
Yellow 6 Gets a system-defined color that has an RGB value of #FFFF00.
White 7 Gets a system-defined color that has an RGB value of #FFFFFF.

Remarks

[Missing documentation for "T:iTin.Export.Model.KnownBasicColor"]

See Also

Reference

iTin.Export.Model Namespace

Clone this wiki locally