Skip to content
Snippets Groups Projects
Commit 6119524a authored by Petteri Laitinen's avatar Petteri Laitinen
Browse files

Eka pikseliluokka luotu

parents
No related branches found
No related tags found
No related merge requests found
{
"CurrentProjectSetting": null
}
\ No newline at end of file
File added
class pikseli():
def __init__(self, x_koord, y_koord):
self.x_koord = x_koord
self.y_koord = y_koord
self.color=color
self.GMM =GMM
self.BG=BG
def update_GMM(GMM, color):
GMM.update()
def GMM:
pass
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment