다음을 통해 공유


TonemapCurve.GetPoint 메서드

정의

오버로드

GetPoint(Color, Int32)

지정된 인덱스에서 색 채널의 점을 가져옵니다.

GetPoint(Int32, Int32)

GetPoint(Color, Int32)

지정된 인덱스에서 색 채널의 점을 가져옵니다.

[Android.Runtime.Register("getPoint", "(II)Landroid/graphics/PointF;", "")]
public Android.Graphics.PointF? GetPoint (Android.Graphics.Color colorChannel, int index);
[<Android.Runtime.Register("getPoint", "(II)Landroid/graphics/PointF;", "")>]
member this.GetPoint : Android.Graphics.Color * int -> Android.Graphics.PointF

매개 변수

colorChannel
Color

#CHANNEL_RED, #CHANNEL_GREEN 또는 #CHANNEL_BLUE

index
Int32

0 이상이지만 다음보다 크지 않음 getPointCount(colorChannel)

반환

해당 인덱스 (Pin, Pout) 톤을 매핑하는 쌍

특성

예외

범위를 벗어났거나 index 범위를 벗어난 경우 colorChannel

설명

지정된 인덱스에서 색 채널의 점을 가져옵니다.

인덱스가 0 이상이어야 하지만 해당 colorChannel인덱스보다 #getPointCount(int) 크지 않아야 합니다.

점의 반환된 모든 좌표는 [#LEVEL_BLACK, #LEVEL_WHITE]의 범위 사이에 있습니다.

에 대한 android.hardware.camera2.params.TonemapCurve.getPoint(int, int)Java 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

추가 정보

적용 대상

GetPoint(Int32, Int32)

public Android.Graphics.PointF? GetPoint (int colorChannel, int index);
member this.GetPoint : int * int -> Android.Graphics.PointF

매개 변수

colorChannel
Int32
index
Int32

반환

설명

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상