C# Class Andwho.Windows.Win32.ARGB

显示文件 Open project: JimmyFung/DesktopHelper

Public Properties

Property Type Description
Alpha byte
Blue byte
Green byte
Red byte

Property Details

Alpha public_oe property

透明度
public byte Alpha
return byte

Blue public_oe property

蓝色值
public byte Blue
return byte

Green public_oe property

绿色值
public byte Green
return byte

Red public_oe property

红色值
public byte Red
return byte