Module color_rect

Search:
Group by:

Procs

proc color*(self: ColorRect): Color {.
gcsafe, locks: 0
.}
proc `color =`*(self: ColorRect; val: Color) {.
gcsafe, locks: 0
.}