[Module] DrawEx - 2DDrawing with antialiasing (all OS)

Applications, Games, Tools, User libs and useful stuff coded in PureBasic
User avatar
Thorsten1867
Addict
Addict
Posts: 1366
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

[Module] DrawEx - 2DDrawing with antialiasing (all OS)

Post by Thorsten1867 »

DrawEx - Module (all OS / 64Bit / DPI)

Commands for 2DDrawing with Antialiasing Effect

Image

Code: Select all

; Draw::AlphaColor()    - similar to RGBA()
; Draw::aBox()          - similar to Box()
; Draw::aCircle()       - similar to Circle()
; Draw::aCircleArc()    - draws a arc of a circle
; Draw::aCircleSector() - draws a circle sector
; Draw::aLine()         - similar to Line()
; Draw::aLineXY()       - similar to LineXY()
; Draw::MixColor()      - mixes 2 colours in a mixing ratio of 1% - 99%
Download: DrawExModule.pbi
Translated with http://www.DeepL.com/Translator

Download of PureBasic - Modules
Download of PureBasic - Programs

[Windows 11 x64] [PB V5.7x]
User avatar
Thorsten1867
Addict
Addict
Posts: 1366
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

Re: [Module] DrawEx - 2DDrawing with antialiasing (all OS)

Post by Thorsten1867 »

Application Example:

Pie-Charts of ChartModule.pbi
Translated with http://www.DeepL.com/Translator

Download of PureBasic - Modules
Download of PureBasic - Programs

[Windows 11 x64] [PB V5.7x]
firace
Addict
Addict
Posts: 903
Joined: Wed Nov 09, 2011 8:58 am

Re: [Module] DrawEx - 2DDrawing with antialiasing (all OS)

Post by firace »

Very nice, thanks for sharing!
Post Reply