Skip to content

Add ColoredButton control with custom color support#4

Open
RonGeorge wants to merge 2 commits into
Oonej:masterfrom
RonGeorge:coloredbutton
Open

Add ColoredButton control with custom color support#4
RonGeorge wants to merge 2 commits into
Oonej:masterfrom
RonGeorge:coloredbutton

Conversation

@RonGeorge
Copy link
Copy Markdown

  • New ChaosHudColoredButton class supporting hex codes and color names
  • Layout syntax: ColoredButton [span],[color],[text],[command]
  • Supports colors like 'red', 'FF0000', 'purple', etc.
  • Maintains mirror button functionality for popout windows
  • Updated .NET Framework to v4.7.2 for LINQ support
  • Added color parsing utilities and validation. Incorrect color or color too long shows no color.
  • Includes test layout demonstrating various color options

Sample Layout Entries
Button 1,Tou-Tou KT's,#quest Tou-Tou Killtasks
Button 1,Frozen Valley KT's,#quest Frozen Valley Killtasks
ColoredButton 1,011F00,Holtburg,#navto Holtburg
ColoredButton 1,030343,Shoushi,#navto shoushi
ColoredButton 1,2F2800,Yaraq,#navto yaraq
ColoredButton 1,2A0808,Sanamar,#navto sanamar
B0HCisP

RonGeorge and others added 2 commits July 15, 2025 19:11
- New ChaosHudColoredButton class supporting hex codes and color names
- Layout syntax: ColoredButton [span],[color],[text],[command],[param]
- Supports colors like 'red', 'FF0000', 'purple', etc.
- Maintains mirror button functionality for popout windows
- Updated .NET Framework to v4.7.2 for LINQ support
- Added color parsing utilities and validation
- Includes test layout demonstrating various color options

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant