Table of Contents

Property Color

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

Color

Gets the fill color of this brush.

public Color32 Color { get; }

Property Value

Color32

Examples

var brush = new Brush(new Color32(255, 0, 0));
byte red = brush.Color.R; // 255