File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
library/src/main/java/jp/co/cyberagent/android/gpuimage/filter Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ public override fun onCreate(savedInstanceState: Bundle?) {
149
149
- [x] Transform Operation
150
150
- [ ] Crop
151
151
- [x] Gamma
152
- - [ ] Highlights and Shadows
152
+ - [x ] Highlights and Shadows
153
153
- [x] Haze
154
154
- [x] Sepia Tone
155
155
- [ ] Amatorka
@@ -158,7 +158,7 @@ public override fun onCreate(savedInstanceState: Bundle?) {
158
158
- [x] Color Inversion
159
159
- [x] Solarize
160
160
- [x] Vibrance
161
- - [x ] Highlight and Shadow Tint
161
+ - [ ] Highlight and Shadow Tint
162
162
- [x] Luminance
163
163
- [x] Luminance Threshold
164
164
- [ ] Average Color
@@ -214,7 +214,7 @@ public override fun onCreate(savedInstanceState: Bundle?) {
214
214
- [ ] Local Binary Pattern
215
215
- [ ] Color Local Binary Pattern
216
216
- [x] Dissolve Blend
217
- - [ ] Chroma Key Blend
217
+ - [x ] Chroma Key Blend
218
218
- [x] Add Blend
219
219
- [x] Divide Blend
220
220
- [x] Multiply Blend
@@ -231,7 +231,7 @@ public override fun onCreate(savedInstanceState: Bundle?) {
231
231
- [x] HardLight Blend
232
232
- [x] SoftLight Blend
233
233
- [x] Color Blend
234
- - [ ] Hue Blend
234
+ - [x ] Hue Blend
235
235
- [x] Saturation Blend
236
236
- [x] Luminosity Blend
237
237
- [x] Normal Blend
Original file line number Diff line number Diff line change @@ -66,6 +66,6 @@ public void setBlurCenter(final PointF blurCenter) {
66
66
67
67
public void setBlurSize (final float blurSize ) {
68
68
this .blurSize = blurSize ;
69
- setFloat (blurSizeLocation , blurSizeLocation );
69
+ setFloat (blurSizeLocation , blurSize );
70
70
}
71
71
}
You can’t perform that action at this time.
0 commit comments