Difference between revisions of "BGRABitmap AggPas"

From Free Pascal wiki
Jump to navigationJump to search
(aa demo)
(alpha gradient)
Line 8: Line 8:
  
 
[[File:aa_demo.png|400px]]
 
[[File:aa_demo.png|400px]]
 +
 +
=== Alpha gradient ===
 +
 +
This program show how to apply a complex alpha mask based on a custom gradient.
 +
 +
[[File:alpha_gradient.png|400px]]
  
 
=== Image perspective ===
 
=== Image perspective ===

Revision as of 11:09, 20 May 2023

Here is a series of projects demonstrating advanced capabilities similar to AggPas

The projects are in the bgraaggtest folder in BGRABitmap repository

Antialiasing demo (AA demo)

This program shows how the gamma factor affects how antialiasing is rendered.

aa demo.png

Alpha gradient

This program show how to apply a complex alpha mask based on a custom gradient.

alpha gradient.png

Image perspective

This program demonstrates the different ways of applying a texture to a quad.

image perspective.png