11f.wxWidgets – Gradient

January 24, 2022 amit 0

OVERVIEW A Gradient is a gradual transition in a color from one shade to another. This is useful for complex coloring and effects. wxWidgets provides […]

11e. wxWidgets – Regions

January 24, 2022 amit 0

OVERVIEW Regions are used to change colors in certain areas of the screen by defining different regions and using one of the 4 operations available: […]

11.wxWidgets – Graphics

January 24, 2022 amit 0

OVERVIEW We now look at how to do 2d graphics in wxWidgets. Displaying graphics is different from displaying text – you need something called a […]