Imagewithrender (Image rendering mode)

Source: Internet
Author: User

A read-only property of UIImage: Renderingmode, which corresponds to a method: Imagewithrenderingmode, which uses the Uiimagerenderingmode enumeration value to set the Renderingmode property of the picture. The enumeration contains the following values:

    1. Uiimagerenderingmodeautomatic//Adjusts the rendering mode automatically based on the environment in which the picture is used and the drawing context in which it is located.
    2. Uiimagerenderingmodealwaysoriginal//Always draws the original state of the picture without using tint Color. (This enumeration value declares that the image is to be displayed as it was originally, and does not need to be rendered as a different color) because the Apple system itself has a default rendering color

    3. Uiimagerenderingmodealwaystemplate//Always draws a picture based on tint color, ignoring the color information of the picture.
UIButton *loginbtn ==*loginimg = [UIImage imagenamed:@ "login"  == loginBtn.currentImage.size; // The size of the image taken to the button Loginbtn.frame =cgrectmake (size.width, size.height); Self.view ADDSUBVIEW:LOGINBTN];

Imagewithrender (rendering mode for pictures)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.