MCPcopy Create free account
hub / github.com/HumbleUI/Skija / _nMakeSpotLitDiffuse

Method _nMakeSpotLitDiffuse

shared/java/ImageFilter.java:1101–1101  ·  view source on GitHub ↗
(float x0, float y0, float z0, float x1, float y1, float z1, float falloffExponent, float cutoffAngle, int lightColor, float surfaceScale, float kd, long input, Rect crop)

Source from the content-addressed store, hash-verified

1099 public static native long _nMakeDistantLitDiffuse(float x, float y, float z, int lightColor, float surfaceScale, float kd, long input, Rect crop);
1100 public static native long _nMakePointLitDiffuse(float x, float y, float z, int lightColor, float surfaceScale, float kd, long input, Rect crop);
1101 public static native long _nMakeSpotLitDiffuse(float x0, float y0, float z0, float x1, float y1, float z1, float falloffExponent, float cutoffAngle, int lightColor, float surfaceScale, float kd, long input, Rect crop);
1102 public static native long _nMakeDistantLitSpecular(float x, float y, float z, int lightColor, float surfaceScale, float ks, float shininess, long input, Rect crop);
1103 public static native long _nMakePointLitSpecular(float x, float y, float z, int lightColor, float surfaceScale, float ks, float shininess, long input, Rect crop);
1104 public static native long _nMakeSpotLitSpecular(float x0, float y0, float z0, float x1, float y1, float z1, float falloffExponent, float cutoffAngle, int lightColor, float surfaceScale, float ks, float shininess, long input, Rect crop);

Callers 1

makeSpotLitDiffuseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected