AC.cs 95 B

123456789
  1. using System;
  2. namespace Standard;
  3. internal enum AC : byte
  4. {
  5. SRC_OVER,
  6. SRC_ALPHA
  7. }