PBL4_2
Loading...
Searching...
No Matches
Public Member Functions | Private Member Functions | List of all members
alpha_blender.Alpha_Blender Class Reference

A class for performing alpha and gamma blending operations. More...

Inheritance diagram for alpha_blender.Alpha_Blender:

Public Member Functions

 __init__ (self)
 Constructor for Alpha_Blender.
 

Private Member Functions

 __CalculateOverlap (self)
 Calculates the overlap between 2 images.
 
 __AlphaGamma (self)
 Applies alpha and gamma blending.
 
 __Display (self)
 Displays the blended result.
 

Detailed Description

A class for performing alpha and gamma blending operations.

Definition at line 13 of file alpha_blender.py.

Constructor & Destructor Documentation

◆ __init__()

alpha_blender.Alpha_Blender.__init__ (   self)

Constructor for Alpha_Blender.

Definition at line 22 of file alpha_blender.py.

Member Function Documentation

◆ __AlphaGamma()

alpha_blender.Alpha_Blender.__AlphaGamma (   self)
private

Applies alpha and gamma blending.

Definition at line 40 of file alpha_blender.py.

◆ __CalculateOverlap()

alpha_blender.Alpha_Blender.__CalculateOverlap (   self)
private

Calculates the overlap between 2 images.

Definition at line 31 of file alpha_blender.py.

◆ __Display()

alpha_blender.Alpha_Blender.__Display (   self)
private

Displays the blended result.

Definition at line 49 of file alpha_blender.py.


The documentation for this class was generated from the following file: