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.

Constructors

this
this(float r, float g, float b, float a)
Undocumented in source.
this
this(int r, int g, int b, int a)
Undocumented in source.
this
this(uint r, uint g, uint b, uint a)
Undocumented in source.

Members

Enums

Type
enum Type
Undocumented in source.

Unions

Values
union Values
Undocumented in source.

Variables

type
Type type;
Undocumented in source.
values
Values values;
Undocumented in source.

Meta