C# 클래스 VkClearColorValue, Vortice.Vulkan

파일 보기 프로젝트 열기: amerkoleci/Vortice.Vulkan 1 사용 예제들

공개 메소드들

메소드 설명
VkClearColorValue ( float r, float g, float b, float a = 1.0f ) : System.Numerics

Initializes a new instance of the VkClearColorValue structure.

VkClearColorValue ( int r, int g, int b, int a = 255 ) : System.Numerics

Initializes a new instance of the VkClearColorValue structure.

VkClearColorValue ( uint r, uint g, uint b, uint a = 255 ) : System.Numerics

Initializes a new instance of the VkClearColorValue structure.

메소드 상세

VkClearColorValue() 공개 메소드

Initializes a new instance of the VkClearColorValue structure.
public VkClearColorValue ( float r, float g, float b, float a = 1.0f ) : System.Numerics
r float The red value.
g float The green value.
b float The blue value.
a float The alpha value.
리턴 System.Numerics

VkClearColorValue() 공개 메소드

Initializes a new instance of the VkClearColorValue structure.
public VkClearColorValue ( int r, int g, int b, int a = 255 ) : System.Numerics
r int The red value.
g int The green value.
b int The blue value.
a int The alpha value.
리턴 System.Numerics

VkClearColorValue() 공개 메소드

Initializes a new instance of the VkClearColorValue structure.
public VkClearColorValue ( uint r, uint g, uint b, uint a = 255 ) : System.Numerics
r uint The red value.
g uint The green value.
b uint The blue value.
a uint The alpha value.
리턴 System.Numerics