Struct BorderColor

Struct Documentation

struct BorderColor

Helper structure encapsulating border color data if using kTextureAddressBorder as the address mode.

Public Types

enum BorderColorComponentType

Possible data component types for border color values.

Values:

enumerator kFloat

Floating point representation; default.

enumerator kInt

Integer representation.

Public Functions

inline bool operator!=(BorderColor other)

Public Members

float f[4]
int i[4]
union gpa::playback::BorderColor::[anonymous] values

Color values. Range must be between 0 and 1 inclusive.

BorderColorComponentType type

Component type to use for the given values.