BrushCreateSolid(Color64) Method

Creates a solid Brush with the specified 64-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(
	Color64 color
)

Parameters

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

Return Value

Brush
A Brush that uses the specified color.

See Also