Drawable.SetTintBlendMode(BlendMode) 메서드

정의

이 그리기 가능에 대한 색조 혼합 모드를 지정합니다.

[Android.Runtime.Register("setTintBlendMode", "(Landroid/graphics/BlendMode;)V", "GetSetTintBlendMode_Landroid_graphics_BlendMode_Handler", ApiSince=29)]
public virtual void SetTintBlendMode (Android.Graphics.BlendMode? blendMode);
[<Android.Runtime.Register("setTintBlendMode", "(Landroid/graphics/BlendMode;)V", "GetSetTintBlendMode_Landroid_graphics_BlendMode_Handler", ApiSince=29)>]
abstract member SetTintBlendMode : Android.Graphics.BlendMode -> unit
override this.SetTintBlendMode : Android.Graphics.BlendMode -> unit

매개 변수

blendMode
BlendMode

Drawable에 적용할 BlendMode, null 값은 의 기본 혼합 모드 값을 설정합니다. BlendMode#SRC_IN

특성

설명

이 그리기 가능에 대한 색조 혼합 모드를 지정합니다.

이 그리기 가능의 색조 색을 화면에 그리기 전에 그리기 개체에 혼합하는 방법을 정의합니다. 기본 색조 모드는 입니다 BlendMode#SRC_IN.

<p class="note"><strong>Note:</strong> /p를 통해 #setColorFilter(ColorFilter)<색 필터 설정>

에 대한 Java 설명서입니다 android.graphics.drawable.Drawable.setTintBlendMode(android.graphics.BlendMode).

이 페이지의 일부는 만들고 공유하며 에 설명된 조건에 따라 사용되는 작업을 기반으로 수정됩니다.

적용 대상