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
# ˅
10
from
config_reader
import
ConfigReader
11
# ˄
12
13
17
class
MainAlphaGammaBlender
(object):
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
# ˄
main_alpha_gamma_blender.MainAlphaGammaBlender
A class for blending operations using alpha and gamma values.
Definition
main_alpha_gamma_blender.py:17
main_alpha_gamma_blender.MainAlphaGammaBlender.__configReader
__configReader
Definition
main_alpha_gamma_blender.py:27
main_alpha_gamma_blender.MainAlphaGammaBlender.__init__
__init__(self)
MainAlphaGamma Blender Constructor.
Definition
main_alpha_gamma_blender.py:25
Generated by
1.9.8