From 5af7644eeef853b378eea4432ad93b983bd30e18 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Mon, 21 Nov 2022 21:48:46 +0300 Subject: [PATCH] Add comment --- color/paintbrush.v | 2 ++ 1 file changed, 2 insertions(+) diff --git a/color/paintbrush.v b/color/paintbrush.v index 1a094d9..667b3da 100644 --- a/color/paintbrush.v +++ b/color/paintbrush.v @@ -8,6 +8,8 @@ mut: set_disabled(bool) } +// Initialization + [params] pub struct BrushParams { fg ?Color