언어

RggbChannelVector.GetComponent 메서드

정의

오버로드

속성 Description
GetComponent(Color)

색 채널 인덱스로 구성 요소를 가져옵니다.

GetComponent(Int32)

GetComponent(Color)

색 채널 인덱스로 구성 요소를 가져옵니다.

[Android.Runtime.Register("getComponent", "(I)F", "")]
public float GetComponent(Android.Graphics.Color colorChannel);
[<Android.Runtime.Register("getComponent", "(I)F", "")>]
member this.GetComponent : Android.Graphics.Color -> single

매개 변수

colorChannel
Color

보다 크거나 같 0 거나 작음 #COUNT

반품

부동 소수점 값(유한한 것으로 보장됨)

특성

예외

범위를 벗어났으면 colorChannel

설명

색 채널 인덱스로 구성 요소를 가져옵니다.

colorChannel는 , , #GREEN_EVEN#GREEN_ODD#BLUE#RED하나여야 합니다.

에 대한 android.hardware.camera2.params.RggbChannelVector.getComponent(int)Java 설명서

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

적용 대상

GetComponent(Int32)

public float GetComponent(int colorChannel);
member this.GetComponent : int -> single

매개 변수

colorChannel
Int32

반품

설명

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

적용 대상