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

syncfusion-winui-color-paletteSynfusion WinUI 调色板

Agent Skill

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

总安装

559

周安装

24

GitHub Stars

公开资料未说明

下载量

196
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

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

简介

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

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

SKILL.md

When to Use This Skill

Use this skill immediately when the user:

  • Needs to implement a color palette (swatch-based) UI in WinUI applications
  • Wants to display theme colors with their variant shades
  • Needs to show standard colors with or without color shade variants
  • Requires adding custom colors to the theme or standard color palette
  • Wants to open a More Colors dialog for extended color selection
  • Needs a "No Color" (transparent) selection option
  • Wants to track recently used colors from the More Colors dialog
  • Needs to set or get the selected color programmatically via SelectedBrush
  • Requires customizing palette headers, header templates, or color shade spacing
  • Needs to change layout flow direction or foreground styling
  • Wants to set an automatic/default color that users can restore easily

This skill is specifically for the Syncfusion WinUI Color Palette control (SfColorPalette), not for gradient-based or spectrum-based color pickers.

Component Overview

The SfColorPalette is a WinUI control that provides a swatch-based color selection interface. It supports:

  • Theme Colors: Built-in palette themes (Office, Yellow, Green, etc.) with variant shades
  • Standard Colors: Fixed set of standard colors with optional shade variants
  • Custom Colors: Add your own colors to theme or standard palettes
  • More Colors Dialog: Extended selection via color spectrum with opacity control
  • Recent Colors: Tracks colors selected from the More Colors dialog
  • Automatic Color: Default/automatic color button with configurable color
  • No Color Option: Transparent color selection button
  • Tooltip Support: Color name shown on hover
  • Programmatic Access: Get/set selected color via SelectedBrush
  • Event Notifications: SelectedBrushChanged for real-time change detection

Key Namespace:

using Syncfusion.UI.Xaml.Editors;

NuGet Package:

Syncfusion.Editors.WinUI

Documentation and Navigation Guide

Getting Started with SfColorPalette

📄 Read: references/getting-started.md

Read this reference when you need:

  • Installation and NuGet package setup instructions
  • Basic SfColorPalette control implementation
  • Namespace and assembly references
  • Accessing and setting selected color programmatically
  • Handling the SelectedBrushChanged event
  • Showing/hiding No Color button
  • First working XAML + C# example with minimal configuration

Topics covered:

  • Creating a WinUI 3 desktop application
  • Adding Syncfusion.Editors.WinUI NuGet package
  • Importing the control namespace
  • Basic XAML and C# initialization
  • SelectedBrush property (get/set)
  • SelectedBrushChanged event handling
  • ShowNoColorButton property
  • ShowMoreColorsButton property
  • RecentColors collection
  • Control structure overview

Theme Colors

📄 Read: references/theme-colors.md

Read this reference when you need:

  • Selecting colors from built-in theme palettes
  • Switching the active theme palette at runtime
  • Adding custom colors to the theme palette
  • Showing or hiding base theme colors
  • Showing or hiding theme color variant shades
  • Customizing the theme palette header text or template
  • Hiding the theme palette header
  • Adjusting spacing between base colors and their variants

Topics covered:

  • ActivePalette property and available ColorPaletteNames
  • PaletteColors property (ColorPaletteModel)
  • PaletteColors.ShowColors — show/hide base theme colors
  • PaletteColors.ShowColorShades — show/hide variant shades
  • PaletteColors.Colors — adding custom ColorModel entries
  • PaletteColors.Header — custom header text
  • PaletteColors.ShowHeader — header visibility
  • PaletteColors.HeaderTemplate — custom header UI
  • PaletteColors.ColorShadesSpacing — variant spacing
  • Hiding the entire theme palette

Standard Colors

📄 Read: references/standard-colors.md

Read this reference when you need:

  • Selecting colors from the built-in standard colors panel
  • Adding custom colors to the standard color palette
  • Showing or hiding standard color variant shades
  • Hiding the standard colors panel entirely
  • Customizing the standard palette header text or template
  • Hiding the standard palette header
  • Adjusting spacing between standard colors and their variants

Topics covered:

  • StandardColors property (StandardPaletteModel)
  • StandardColors.ShowColors — show/hide standard colors
  • StandardColors.ShowColorShades — show/hide variant shades
  • StandardColors.Colors — adding custom ColorModel entries
  • StandardColors.Header — custom header text
  • StandardColors.ShowHeader — header visibility
  • StandardColors.HeaderTemplate — custom header UI
  • StandardColors.ColorShadesSpacing — variant spacing
  • Hiding the entire standard colors panel

More Color Dialog

📄 Read: references/more-color-dialog.md

Read this reference when you need:

  • Enabling or disabling the More Colors button
  • Understanding how the More Colors dialog works
  • Hiding the More Colors option to restrict color choices

Topics covered:

  • ShowMoreColorsButton property
  • Selecting custom colors from the color spectrum dialog
  • Hiding the More Colors button

UI Customization

📄 Read: references/ui-customization.md

Read this reference when you need:

  • Setting or getting the selected color programmatically
  • Setting a null/transparent color value
  • Configuring the automatic (default) color button
  • Hiding the default color button
  • Customizing palette header foreground color
  • Changing flow direction (right-to-left support)
  • Understanding tooltip behavior for color items
  • Working with recently used colors panel

Topics covered:

  • SelectedBrush property (programmatic access)
  • Setting null/transparent color (Colors.Transparent)
  • AutomaticBrush property — default color configuration
  • ShowDefaultColorButton property — default color button visibility
  • Foreground property — header text color
  • FlowDirection property — RTL support
  • Tooltip behavior for color items
  • RecentColors collection — recently used colors

Best Practices and Troubleshooting

📄 Read: references/best-practices.md

Read this reference when you need:

  • Guidance on when to use SfColorPalette vs SfColorPicker
  • Common implementation patterns and use cases
  • Troubleshooting color selection or display issues
  • Understanding edge cases and limitations
  • Accessibility considerations
  • Integration with flyouts, dialogs, and property panels

Topics covered:

  • When to use palette vs picker
  • Common use cases (theme selector, document editor, drawing tool)
  • Troubleshooting guide
  • Edge cases to avoid
  • Accessibility best practices
  • Integration patterns (flyout, dialog, property panel)

Quick Start Example

Here's a minimal example to get started with SfColorPalette:

XAML Implementation

<Page
    x:Class="ColorPaletteApp.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 Padding="20">
        <!-- Basic Color Palette -->
        <editors:SfColorPalette
            x:Name="colorPalette"
            ShowMoreColorsButton="True"
            ShowNoColorButton="True"
            SelectedBrushChanged="ColorPalette_SelectedBrushChanged" />
    </Grid>
</Page>

C# Code-Behind

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

namespace ColorPaletteApp
{
    public sealed partial class MainPage : Page
    {
        public MainPage()
        {
            this.InitializeComponent();
        }

        private void ColorPalette_SelectedBrushChanged(object sender, SelectedBrushChangedEventArgs e)
        {
            var oldBrush = e.OldBrush;
            var newBrush = e.NewBrush;

            // Apply selected color to a target element
            if (newBrush is SolidColorBrush solidBrush)
            {
                targetRectangle.Fill = solidBrush;
            }
        }
    }
}

Common Patterns

Pattern 1: Basic Palette with Theme and Standard Colors

<editors:SfColorPalette Name="colorPalette">
    <editors:SfColorPalette.PaletteColors>
        <editors:ColorPaletteModel ShowColorShades="True"/>
    </editors:SfColorPalette.PaletteColors>
    <editors:SfColorPalette.StandardColors>
        <editors:StandardPaletteModel ShowColorShades="True"/>
    </editors:SfColorPalette.StandardColors>
</editors:SfColorPalette>

Pattern 2: Active Palette (Theme Switching)

<!-- Show "Yellow" theme colors by default -->
<editors:SfColorPalette ActivePalette="Yellow" Name="colorPalette" />
// Switch theme programmatically
colorPalette.ActivePalette = ColorPaletteNames.Office;

Pattern 3: Custom Theme and Standard Colors

<editors:SfColorPalette Name="colorPalette">
    <editors:SfColorPalette.PaletteColors>
        <editors:ColorPaletteModel ShowColors="True" ShowColorShades="True" Header="Brand Colors">
            <editors:ColorPaletteModel.Colors>
                <editors:ColorCollection>
                    <editors:ColorModel Color="#FF1464A0" Tooltip="Brand Blue" />
                    <editors:ColorModel Color="#FF00A651" Tooltip="Brand Green" />
                    <editors:ColorModel Color="#FFFF6600" Tooltip="Brand Orange" />
                </editors:ColorCollection>
            </editors:ColorPaletteModel.Colors>
        </editors:ColorPaletteModel>
    </editors:SfColorPalette.PaletteColors>
</editors:SfColorPalette>

Pattern 4: Programmatic Color Selection

// Set selected color
colorPalette.SelectedBrush = new SolidColorBrush(Colors.Yellow);

// Set transparent/no color
colorPalette.SelectedBrush = new SolidColorBrush(Colors.Transparent);

// Read selected color
if (colorPalette.SelectedBrush is SolidColorBrush brush)
{
    var color = brush.Color;
}

Pattern 5: Enable All Options

<editors:SfColorPalette
    ShowMoreColorsButton="True"
    ShowNoColorButton="True"
    AutomaticBrush="Black"
    ShowDefaultColorButton="True"
    Name="colorPalette" />

Key Properties Reference

PropertyTypeDefaultPurpose
SelectedBrushBrushTransparentGets or sets the currently selected color
ActivePaletteColorPaletteNamesOfficeSets the active built-in theme palette
PaletteColorsColorPaletteModelConfigures theme color panel
StandardColorsStandardPaletteModelConfigures standard color panel
ShowMoreColorsButtonbooltrueShows/hides the More Colors button
ShowNoColorButtonboolfalseShows/hides the No Color (transparent) button
AutomaticBrushBrushBlackSets the default/automatic color
ShowDefaultColorButtonbooltrueShows/hides the default color button
RecentColorsCollectionGets the recently used colors list
ForegroundBrushBlackSets header text foreground color
FlowDirectionFlowDirectionLeftToRightSets RTL/LTR layout direction

ColorPaletteModel / StandardPaletteModel Properties:

PropertyTypeDefaultPurpose
ShowColorsbooltrueShows/hides base colors
ShowColorShadesbooltrue/falseShows/hides variant shades
ColorsColorCollectionCustom color entries
Headerstring"Theme Colors" / "Standard Colors"Panel header text
ShowHeaderbooltrueShows/hides the header
HeaderTemplateDataTemplateCustom header UI
ColorShadesSpacingdouble10Space between base color and shades

Key Events

EventArgsPurpose
SelectedBrushChangedSelectedBrushChangedEventArgsFired when selected color changes

Event Args Properties:

  • OldBrush — Previously selected brush
  • NewBrush — Newly selected brush

Common Use Cases

  1. Document Editor — Font and highlight color selection (like MS Word color palette)
  2. Theme Customizer — Let users pick from brand or theme colors
  3. Drawing/Annotation Tool — Color picker for pen, highlighter, or shape fill
  4. Form Design Tool — Background and text color selection for form elements
  5. Dashboard Builder — Widget color assignment from a predefined palette

Next Steps

  1. Start Simple: Begin with getting-started.md for basic setup
  2. Theme Colors: Customize palette themes using theme-colors.md
  3. Standard Colors: Configure standard color panel via standard-colors.md
  4. More Colors: Add extended color dialog using more-color-dialog.md
  5. Customize UI: Apply visual customizations from ui-customization.md
  6. Optimize: Review best-practices.md for production-ready implementation

Note: This skill focuses on the Syncfusion WinUI Color Palette control (SfColorPalette). For gradient/spectrum-based color picking, refer to the syncfusion-winui-colorpicker skill.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

36.31%
按下载量换算71

Claude

26.7%
按下载量换算52

Cursor

19.51%
按下载量换算38

Gemini CLI

8.33%
按下载量换算16

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills