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

Change ColorMode correctly #51

Closed
mob-sakai opened this issue Apr 1, 2018 · 1 comment
Closed

Change ColorMode correctly #51

mob-sakai opened this issue Apr 1, 2018 · 1 comment
Labels
Milestone

Comments

@mob-sakai
Copy link
Owner

mob-sakai commented Apr 1, 2018

Before:

public enum ColorMode
{
	None = 0,
	Set= 1,
	Add = 2,
	Sub = 3,
}

After:

public enum ColorMode
{
	Multiply = 0,
	Fill = 1,
	Add = 2,
	Subtract = 3,
}

This change does not affect existing projects.

@mob-sakai mob-sakai modified the milestone: v2.1.0 Apr 1, 2018
@mob-sakai mob-sakai added this to the v3.0.0 milestone Apr 16, 2018
@mob-sakai
Copy link
Owner Author

relate #50
ColorMode.None means ColorMode.Multiply.

@mob-sakai mob-sakai modified the milestones: v3.0.0, v2.6.0 Jun 6, 2018
@mob-sakai mob-sakai changed the title Feature: [Color effect] Multiply Change ColorMode correctly Jun 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant