Token导航 LogoToken导航TokenDH.com
开发需要联网github未标认证来源可访问许可证需确认审计通过

syncfusion-winui-color-pickerSynfusion Winui 颜色选择器

Agent Skill

syncfusion-winui-color-picker 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

588

周安装

24

GitHub Stars

公开资料未说明

下载量

190
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:syncfusion-winui-color-picker(Synfusion Winui 颜色选择器)
来源仓库:https://github.com/syncfusion/winui-ui-components-skills
仓库路径:skills/syncfusion-winui-color-picker
安装命令:
npx skills add https://github.com/syncfusion/winui-ui-components-skills --skill syncfusion-winui-color-picker
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/syncfusion/winui-ui-components-skills --skill syncfusion-winui-color-picker

简介

用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中围绕仓库状态或协作事项进行整理。
  • 通过 npx skills add 命令从指定仓库安装并使用。
  • 安装前需确认权限范围和维护状态,避免触发联网或文件读写操作。
  • syncfusion-winui-color-picker 属于开发类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Implementing Syncfusion WinUI Color Picker (SfColorPicker)

When to Use This Skill

Use this skill immediately when the user:

  • Needs to implement a color picker UI in a WinUI application
  • Wants to select solid colors with multiple color models (RGB, HSV, HSL, CMYK)
  • Requires gradient brush creation (linear or radial)
  • Needs to customize the color spectrum shape (box or ring)
  • Wants to provide color editing with alpha/opacity control
  • Needs to switch between solid and gradient brush modes
  • Requires hexadecimal color input/output
  • Wants to handle color selection change events
  • Needs to customize color channel input options (sliders, text inputs)
  • Requires programmatic color brush selection

This skill is specifically for the Syncfusion WinUI Color Picker (SfColorPicker) control, not generic color picking solutions.

Component Overview

The SfColorPicker is a WinUI control for selecting and adjusting color values. It supports:

  • Solid Colors: RGB, HSV, HSL, CMYK color models with hexadecimal editor
  • Gradient Brushes: Linear and radial gradient color brushes with multiple stops
  • Color Spectrum: Interactive color selection with box or ring shape
  • Opacity Control: Alpha channel adjustment via sliders and text inputs
  • Mode Switching: Dynamic switching between solid and gradient modes
  • Event Notifications: Real-time color selection change events

Key Namespace:

using Syncfusion.UI.Xaml.Editors;

NuGet Package:

Syncfusion.Editors.WinUI

Documentation and Navigation Guide

Getting Started with SfColorPicker

📄 Read: references/getting-started.md

Read this reference when you need:

  • Installation and NuGet package setup instructions
  • Basic SfColorPicker control implementation
  • Namespace and assembly references
  • First working XAML + C# example with event handling
  • Understanding the control structure and troubleshooting setup issues

Topics covered:

  • Creating a WinUI 3 desktop application
  • Adding Syncfusion.Editors.WinUI NuGet package
  • Importing the control namespace
  • Basic XAML and C# initialization
  • Control structure overview
  • Common initial configurations

Solid Color Selection

📄 Read: references/solid-color-selection.md

Read this reference when you need:

  • Selecting solid color brushes programmatically or interactively
  • Working with different color models (RGB, HSV, HSL, CMYK)
  • Switching between color channels at runtime
  • Implementing hexadecimal color input/output
  • Controlling opacity/alpha values
  • Customizing color channel input options (sliders vs text)
  • Handling solid color selection change events

Topics covered:

  • SelectedBrush property for programmatic and interactive selection
  • ColorChannelOptions (RGB, HSV, HSL, CMYK) with usage examples
  • BrushTypeOptions to restrict solid-only mode
  • AlphaInputOptions for opacity control (All, TextInput, SliderInput)
  • IsHexInputVisible for hexadecimal editor visibility
  • ColorChannelInputOptions (TextInput, SliderInput, All)
  • ColorEditorsVisibilityMode (Inline, Expandable, Collapsed)
  • SelectedBrushChanged event handling

Gradient Color Selection

📄 Read: references/gradient-color-selection.md

Read this reference when you need:

  • Creating linear gradient brushes with multiple color stops
  • Creating radial gradient brushes with gradient origin and center
  • Programmatic gradient brush configuration
  • Interactive gradient editing at runtime
  • Adjusting gradient angles and directions
  • Modifying gradient offsets (start/end points, radius)
  • Controlling gradient opacity
  • Handling gradient color change events

Topics covered:

  • LinearGradientBrush with GradientStop, StartPoint, EndPoint
  • RadialGradientBrush with GradientOrigin, Center, RadiusX, RadiusY
  • Interactive gradient creation with BrushTypeOptions
  • AxisInputOption — Simple (angle/direction) vs Advanced (precise editors)
  • Adding, removing, and reordering gradient stops
  • Gradient opacity control
  • SelectedBrushChanged event for gradient brushes

UI Customization and Modes

📄 Read: references/ui-customization.md

Read this reference when you need:

  • Switching between solid, linear, and radial brush modes
  • Enabling or restricting specific brush types
  • Changing color spectrum shapes (box vs ring)
  • Customizing color spectrum components (hue, saturation, value)
  • Understanding BrushTypeOptions combinations
  • Runtime brush mode switching behavior

Topics covered:

  • BrushTypeOptions configurations (SolidColorBrush, LinearGradientBrush, RadialGradientBrush, All)
  • Interactive brush mode dropdown behavior
  • ColorSpectrumShape (Box vs Ring) with when-to-use guidance
  • ColorSpectrumComponents (SaturationValue, HueSaturation, HueValue, etc.)
  • Common customization patterns for different app types

Best Practices and Troubleshooting

📄 Read: references/best-practices.md

Read this reference when you need:

  • Guidance on when to use solid vs gradient colors
  • Performance optimization tips for gradients
  • Common use case implementation patterns
  • Troubleshooting color selection or rendering issues
  • Accessibility considerations
  • Integration patterns (flyout, dialog, property panel)

Topics covered:

  • Solid vs gradient decision matrix
  • Performance tips: gradient stop limits, caching brushes, debouncing events
  • Common use cases: theme picker, drawing tool, text highlighter, background editor
  • Flyout, dialog, and property panel integration patterns
  • Common mistakes (brush type mismatch, missing null checks)
  • Accessibility: keyboard navigation, ARIA attributes, screen reader support

Quick Start Example

XAML

<Page
    x:Class="ColorPickerApp.MainPage"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:editors="using:Syncfusion.UI.Xaml.Editors">

    <Grid>
        <editors:SfColorPicker
            x:Name="colorPicker"
            SelectedBrush="Blue"
            BrushTypeOptions="All"
            SelectedBrushChanged="ColorPicker_SelectedBrushChanged" />
    </Grid>
</Page>

C# Code-Behind

using Syncfusion.UI.Xaml.Editors;
using Microsoft.UI.Xaml.Media;

private void ColorPicker_SelectedBrushChanged(object sender, SelectedBrushChangedEventArgs args)
{
    if (args?.NewBrush is SolidColorBrush solidBrush)
    {
        var color = solidBrush.Color; // Access R, G, B, A
    }
    else if (args?.NewBrush is LinearGradientBrush linearBrush)
    {
        var stops = linearBrush.GradientStops;
    }
    else if (args?.NewBrush is RadialGradientBrush radialBrush)
    {
        var stops = radialBrush.GradientStops;
    }
}

Common Patterns

Pattern 1: Solid Color Picker Only

<editors:SfColorPicker
    BrushTypeOptions="SolidColorBrush"
    ColorChannelOptions="RGB"
    IsHexInputVisible="True" />

Pattern 2: Gradient Editor Only

<editors:SfColorPicker
    BrushTypeOptions="LinearGradientBrush,RadialGradientBrush"
    AxisInputOption="Simple" />

Pattern 3: Programmatic Color Selection

// Solid color
colorPicker.SelectedBrush = new SolidColorBrush(Colors.Red);

// Linear gradient
var linearGradient = new LinearGradientBrush();
linearGradient.StartPoint = new Point(0, 0);
linearGradient.EndPoint = new Point(1, 1);
linearGradient.GradientStops.Add(new GradientStop() { Color = Colors.Yellow, Offset = 0.0 });
linearGradient.GradientStops.Add(new GradientStop() { Color = Colors.Red, Offset = 1.0 });
colorPicker.SelectedBrush = linearGradient;

Pattern 4: Custom Spectrum Shape

<editors:SfColorPicker
    ColorSpectrumShape="Ring"
    ColorSpectrumComponents="HueSaturation" />

Key Properties Reference

PropertyTypeDefaultPurpose
SelectedBrushBrushBlueGets/sets the selected color brush
BrushTypeOptionsBrushTypeOptionsAllEnables specific brush modes (Solid, Linear, Radial)
ColorChannelOptionsColorChannelOptionsRGBSets color model (RGB, HSV, HSL, CMYK)
ColorSpectrumShapeColorSpectrumShapeBoxSets spectrum shape (Box or Ring)
ColorSpectrumComponentsColorSpectrumComponentsSaturationValueDefines spectrum axes
AlphaInputOptionsColorInputOptionsAllControls alpha/opacity input visibility
IsHexInputVisiblebooltrueShows/hides hexadecimal editor
ColorChannelInputOptionsColorInputOptionsAllControls channel input type (Slider/Text/All)
ColorEditorsVisibilityModeColorEditorsVisibilityModeInlineSets editor visibility (Inline/Expandable/Collapsed)
AxisInputOptionAxisInputOptionSimpleControls gradient axis input complexity

Key Events

EventArgsPurpose
SelectedBrushChangedSelectedBrushChangedEventArgsFired when selected brush changes

Event Args: OldBrush (previous selection) · NewBrush (new selection)


Common Use Cases

  1. Theme Color Selector — Let users customize app theme colors
  2. Drawing Tool — Color selection for graphic/drawing applications
  3. Style Editor — UI element color customization in design tools
  4. Gradient Background Editor — Create gradient backgrounds or visual effects
  5. Color Palette Manager — Manage color palettes in creative applications

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

35.83%
按下载量换算68

Claude

31.23%
按下载量换算59

Cursor

17.06%
按下载量换算32

Gemini CLI

9.6%
按下载量换算18

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills