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

Method _nMakeDistantLitDiffuse

shared/java/ImageFilter.java:1099–1099  ·  view source on GitHub ↗
(float x, float y, float z, int lightColor, float surfaceScale, float kd, long input, Rect crop)

Source from the content-addressed store, hash-verified

1097 public static native long _nMakeDilate(float rx, float ry, long input, Rect crop);
1098 public static native long _nMakeErode(float rx, float ry, long input, Rect crop);
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);

Callers 1

makeDistantLitDiffuseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected