functions

TextColor
Edited: Sunday 25 January 2026

TextColor

Category: Theme
File: theme.go
Package: ui

Signature

1func TextColor(col color.NRGBA) Wrapper

Description

Documentation pending. Contributions welcome!

Examples

TextColor

1{
2	redText := TextColor(color.NRGBA{R: 255, A: 255})(Label("Red text"))
3	_ = redText
4}

Example Output


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