Table of Contents

Struct Byte4

Namespace
Stride.Graphics.Interop
Assembly
Stride.Graphics.dll
public struct Byte4
Inherited Members
Extension Methods

Constructors

Byte4(byte, byte, byte, byte)

public Byte4(byte x, byte y, byte z, byte w)

Parameters

x byte
y byte
z byte
w byte

Fields

W

public byte W

Field Value

byte

X

public byte X

Field Value

byte

Y

public byte Y

Field Value

byte

Z

public byte Z

Field Value

byte