BrushCreateSolid(ColorF) Method

Creates a solid Brush with the specified 128-bit color.
See the Remarks section of the CreateSolid(Color32) overload for details.

Definition

Namespace: KGySoft.Drawing.Shapes
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
C#
public static Brush CreateSolid(
	ColorF color
)

Parameters

color  ColorF
A ColorF value that represents the color of the brush.

Return Value

Brush
A Brush that uses the specified color.

See Also