OPTPiX SpriteStudio SDK
Loading...
Searching...
No Matches
spritestudio6::SsBlendType Namespace Reference

ブレンドタイプ More...

Enumerations

enum  _enum {
  invalid =-1 , mix , mul , add ,
  sub , mulalpha , screen , exclusion ,
  invert , num
}
 

Detailed Description

ブレンドタイプ

Enumeration Type Documentation

◆ _enum

Enumerator
invalid -1 
mix  

0 ブレンド(ミックス)

mul  

1 乗算

add  

2 加算

sub  

3 減算

mulalpha  

4 α乗算

screen  

5 スクリーン

exclusion  

6 除外

invert  

7 反転

num