Table of Contents

Property Color

Namespace
LMKit.Graphics.Drawing
Assembly
LM-Kit.NET.dll

Color

Gets the color of the pen used to draw outlines.

public Color32 Color { get; }

Property Value

Color32

Examples

var pen = new Pen(new Color32(0, 255, 0), 2);
byte green = pen.Color.G; // 255