微信小程序

EColorMask

xr-frame / Exports / EColorMask

# Enumeration: EColorMask

颜色通道掩码枚举。

# Table of contents

# Enumeration members

  • A
  • B
  • G
  • NONE
  • R
  • RGB
  • RGBA

# Enumeration members

# A

A = 8

# B

B = 4

# G

G = 2

# NONE

NONE = 16

将会禁掉所有通道的输出。

# R

R = 1

# RGB

RGB = 7

# RGBA

RGBA = 15