mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-23 11:42:36 +01:00
Rename ColorUtils to ColorExtensions
Renamed the ColorUtils class to ColorExtensions to better reflect its purpose as an extension class for color-related functionalities. This change improves code readability and consistency within the project. Signed-off-by: Ivandro Jao <Ivandrofly@gmail.com>
This commit is contained in:
parent
7b0c79c5ee
commit
87dd6994ab
@ -3,7 +3,7 @@ using System.Drawing;
|
||||
|
||||
namespace Nikse.SubtitleEdit.Core.Common
|
||||
{
|
||||
public static class ColorUtils
|
||||
public static class ColorExtensions
|
||||
{
|
||||
public static Color Blend(this Color baseColor, Color targetColor, double percentage = 0.5)
|
||||
{
|
Loading…
Reference in New Issue
Block a user