+ 6
What is a filter and main purpose in filter useing?
Filters
4 Réponses
+ 3
If you mean filter in python,ruby or js then its purpose is to remove numbers in a range that don't meet a specific condition.
0
Hi, the filter is brightness
0
If you mean filter in CSS, then: "The CSS filter property lets you apply graphical effects like blurring or color shifting to an element."
0
Well in web designing :
The CSS filter property lets you apply graphical effects like blurring or color shifting to an element.
Filters are commonly used to adjust the rendering of images, backgrounds, and borders.
and in python or js we use filters to obtain a particular result according to a condition.
syntax in py: filter(condition, object->list , tuple etc.)