Important Notice:

Course Content
Float Property
0/1
Z-Index
0/1
CSS object-fit Property
0/1
CSS Visibility Property
0/1
CSS (Chapter 4) M2-R5.1
About Lesson

grayscale(%)

          यह function किसी image पर black and white effects apply करने के लिए प्रयोग किया जाता है। इस function की value percentage के रूप में pass की जाती है।

hue-rotate(deg)

          यह function image पर hue rotation apply करने के लिए प्रयोग किया जाता है। Hue rotation एक color circle पर किया जाने वाला rotation होता है। Value के रूप में इस function में degree pass की जाती है जिस पर आप image को rotate करना चाहते है। जिस degree पर आप rotate करते है वही color combination image पर apply हो जाता है।

invert(%)

           यह function किसी image के colors को उनके विपरीत colors में invert कर देता है। इस function की value percentage के रूप में pass की जाती है।

opacity(%)

           इस function द्वारा image की opacity define की जा सकती है। Opacity define करने के लिए आप opacity properties भी use कर सकते है।

 

grayscale(%)

           This function is used to apply black and white effects on an image. The value of this function is passed as percentage.

hue-rotate(deg)

                This function is used to apply hue rotation on the image. Hue rotation is the rotation done on a color circle. As value, degree is passed in this function on which you want to rotate the image. The degree to which you rotate, the same color combination is applied to the image.

invert(%)

         This function inverts the colors of an image into their opposite colors. The value of this function is passed as percentage.

opacity(%)

          The opacity of the image can be defined by this function. You can also use opacity properties to define opacity.

error: Content is protected !!