Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration MATERIAL_COLOR_MASK

Supported color masks

Index

Enumeration members

Enumeration members

ALL

ALL: = 1 << 4

ALPHA

ALPHA: = 1 << 3

BLUE

BLUE: = 1 << 2

GREEN

GREEN: = 1 << 1

NONE

NONE: = 0 << 0

RED

RED: = 1 << 0

Generated using TypeDoc