Based on document
http://developer.android.com/reference/android/graphics/LightingColorFilter.html
it seems that the LightingColorFilter class only has a constructor. (Same thing with its parent class, ColorFilter)
How can I save only one LightingColorFilter instance, having the flexibility to change the color properties for this filter instance?
I do not think that it is possible to change the filter after it has been created.
You will need to create a new filter for each color that you want to use.
Is not cool: (
Source: https://habr.com/ru/post/1766932/More articles:https://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1766927/can-i-test-if-another-reference-exists-to-an-object-in-java&usg=ALkJrhj5btGZPkRsHf9EvNHk36bGFGhRqwLocal test server for PHP, similar to Django server - pythonThe best way to use python as a scripting language for use on local hosting is pythonInvalid types in C # - heap or stack? - c #best way to design sewers - javaHow to allow C # application termination after starting a new process? - .netstring comparison - stringThe fastest way to calculate Euclidean distance in 2D space - optimizationThe problem with Facebook for non-Russians - facebookSimple user interface in winforms - c #All Articles