This commit is contained in:
ShrlAlgo
2025-08-20 12:10:35 +08:00
parent fcd306b0f7
commit 955a01f564
962 changed files with 7893 additions and 127784 deletions

View File

@@ -1,7 +1,7 @@
using System.Windows.Media.Effects;
using NeumUI.Appearance;
using NeoUI.Appearance;
namespace NeumUI.Effects;
namespace NeoUI.Effects;
/// <summary>
/// 亮度对比度效果类。此效果用于调整图像或控件的亮度和对比度。

View File

@@ -1,7 +1,7 @@
using System.Windows.Media.Effects;
using NeumUI.Appearance;
using NeoUI.Appearance;
namespace NeumUI.Effects;
namespace NeoUI.Effects;
/// <summary>
/// LightedSurfaceEffect 类用于创建一个光照表面的效果。它继承自 ShaderEffect利用像素着色器来实现特定的视觉效果。