Struct ClearColorValues

Values to be given to a clear image color command The type should be f32, unless the image format has numeric format of sInt or uInt.

struct ClearColorValues ;

Constructors

NameDescription
this (r, g, b, a)
this (r, g, b, a)
this (r, g, b, a)

Fields

NameTypeDescription
type ClearColorValues.Type
values ClearColorValues.Values

Unions

NameDescription
Values

Enums

NameDescription
Type