[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Calculates the average color using the two supplied
Source position: fpg_base.pas line 622
function fpgGetAvgColor( |
const AColor1: TfpgColor; |
const AColor2: TfpgColor |
):TfpgColor; |
This function calculates and returns the average color by using AColor1 and AColor2. The Alpha value also gets taken into account.