Skip to content

Release v1.0.3 - More stuff

Choose a tag to compare

@littlewhitecloud littlewhitecloud released this 10 Sep 12:06
· 27 commits to main since this release
72aa355

In this release, I add more functions:
SetBorderType ChangeTitlebarColor ChangeTitleColor ChangeBorderColor
And a new class
BORDERTYPE

ChangeTitlebarColor(hwnd, "#111111")

image

ChangeBorderColor(hwnd, "#114514")

image

ChangeTitleColor(hwnd, "#745616")

image

SetBorderType(hwnd, BORDERTYPE.RECTANGULAR)

image

SetBorderType(hwnd, BORDERTYPE.ROUND)

image

SetBorderType(hwnd, BORDERTYPE.SMALLROUND)

image

Full Changelog: v1.0.0...v1.0.3