Skip to content

Commit

Permalink
huh
Browse files Browse the repository at this point in the history
  • Loading branch information
neroist committed Apr 18, 2024
1 parent 5421e43 commit 3a379dc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Binary file added examples/controllgallery3
Binary file not shown.
1 change: 0 additions & 1 deletion uing.nim
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,6 @@ proc color*(a: Attribute): tuple[r, g, b, alpha: float] =
attributeColor(a.impl, addr r, addr g, addr b, addr alpha)
result = (r: float r, g: float g, b: float b, alpha: float alpha)

proc newBackgroundColorAttribute*(r, g, b: float; a: float = 1.0): Attribute =
proc newBackgroundColorAttribute*(r, g, b: float; a: float = 1.0): Attribute =
## Creates a new Attribute that changes the background color
## of the text it is applied to.
Expand Down

0 comments on commit 3a379dc

Please sign in to comment.