PBL4_2
Loading...
Searching...
No Matches
main_alpha_gamma_blender.py
Go to the documentation of this file.
1#!/usr/bin/env python
2# -*- coding: utf-8 -*-
3
4
8
9# ˅
10from config_reader import ConfigReader
11# ˄
12
13
18 # ˅
19
20 # ˄
21
22
25 def __init__(self):
26 # Private member variable for ConfigReader
27 self.__configReader = None
28 # ˅
29 pass
30 # ˄
31
32
33 # ˅
34
35 # ˄
36
37# ˅
38
39# ˄
A class for blending operations using alpha and gamma values.
__init__(self)
MainAlphaGamma Blender Constructor.