Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added image gradients to wrapper. #163

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

ejoebstl
Copy link
Contributor

@ejoebstl ejoebstl commented Dec 2, 2019

No description provided.

throw new ArgumentNullException(nameof(image));

if (gradient == null)
throw new ArgumentNullException(nameof(image));
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nameof(gradient)

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And

image.ThrowIfDisposed();
graduent.ThrowIfDisposed();

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And, you created feature branch but it does not derive from develop branch.
Why don't you use gitflow?
By chance, does github PR force to create branch from master?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the feedback. Done.

Regarding the branch, I don't understand?
Should I branch from development instead of master?

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should I branch from development instead of master?
Yes. I adopt gitflow development model.
I'm very sorry for the inconvenience.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants