mirror of
https://github.com/github/codeql.git
synced 2025-12-18 18:10:39 +01:00
11 lines
331 B
Java
Generated
11 lines
331 B
Java
Generated
// Generated automatically from javafx.scene.effect.BlendMode for testing purposes
|
|
|
|
package javafx.scene.effect;
|
|
|
|
|
|
public enum BlendMode
|
|
{
|
|
ADD, BLUE, COLOR_BURN, COLOR_DODGE, DARKEN, DIFFERENCE, EXCLUSION, GREEN, HARD_LIGHT, LIGHTEN, MULTIPLY, OVERLAY, RED, SCREEN, SOFT_LIGHT, SRC_ATOP, SRC_OVER;
|
|
private BlendMode() {}
|
|
}
|