sepandhaghighi / samila

Generative Art Generator

Home Page:https://www.samila.site

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add transparency parameter

sepandhaghighi opened this issue · comments

Description

Add image transparency parameter (alpha) to plot method

Transparency Parameter

I have implemented this on my branch.

   def plot(self, color=None, bgcolor=None, spot_size=None, size=None, projection=None, alpha=None):

Before I submit a PR I am working to understand this project's test suite so that I can add coverage for this feature.

alpha=0.1 (default)

alpha_0 1

alpha=1.0

alpha_1 0

Hi @evanofslack !
Do you have any new updates on this issue?
I think providing tests for this feature is very hard we can ignore this feature's tests.