C# Class Andwho.Windows.Win32.ARGB

Show file Open project: JimmyFung/DesktopHelper

Public Properties

Property Type Description
Alpha byte
Blue byte
Green byte
Red byte

Property Details

Alpha public property

透明度
public byte Alpha
return byte

Blue public property

蓝色值
public byte Blue
return byte

Green public property

绿色值
public byte Green
return byte

Red public property

红色值
public byte Red
return byte