ID2D1RenderTarget::CreateGradientStopCollection(constD2D1_GRADIENT_STOP*,UINT32,ID2D1GradientStopCollection**) 메서드(d2d1.h)
D2D1_GAMMA_2_2 색 보간 감마와 클램프 확장 모드를 사용하는 지정된 그라데이션 중지점에서 ID2D1GradientStopCollection을 만듭니다.
구문
HRESULT CreateGradientStopCollection(
const D2D1_GRADIENT_STOP *gradientStops,
UINT32 gradientStopsCount,
ID2D1GradientStopCollection **gradientStopCollection
);
매개 변수
gradientStops
형식: [in] D2D1_GRADIENT_STOP*
D2D1_GRADIENT_STOP 구조체 배열에 대한 포인터입니다.
gradientStopsCount
형식: [in] UINT
gradientStops 배열의 그라데이션 중지점 수를 지정하는 1보다 크거나 같은 값입니다.
gradientStopCollection
형식: [out] ID2D1GradientStopCollection**
이 메서드가 반환되면 새 그라데이션 중지 컬렉션에 대한 포인터에 대한 포인터가 포함됩니다.
반환 값
형식: HRESULT
메서드가 성공하면 S_OK를 반환하고, 그렇지 않으면 HRESULT 오류 코드를 반환합니다.
요구 사항
요구 사항 | 값 |
---|---|
지원되는 최소 클라이언트 | Windows 7, Windows Vista SP2 및 Windows Vista용 플랫폼 업데이트가 포함된 Windows Vista [데스크톱 앱 | UWP 앱] |
지원되는 최소 서버 | Windows Server 2008 R2, Windows Server 2008 SP2 및 Windows Server 2008용 플랫폼 업데이트 [데스크톱 앱 | UWP 앱] |
대상 플랫폼 | Windows |
헤더 | d2d1.h |
라이브러리 | D2d1.lib |
DLL | D2d1.dll |