functions
TextColor| modified | Sunday 25 January 2026 |
|---|
Category: Theme
File: theme.go
Package: ui
1func TextColor(col color.NRGBA) Wrapper
Documentation pending. Contributions welcome!
1{
2 redText := TextColor(color.NRGBA{R: 255, A: 255})(Label("Red text"))
3 _ = redText
4}

This documentation is auto-generated. To update, run make docs