共用方式為


Color.A 屬性

定義

取得或設定色彩的 sRGB Alpha 色頻值。

public:
 property System::Byte A { System::Byte get(); void set(System::Byte value); };
public byte A { get; set; }
member this.A : byte with get, set
Public Property A As Byte

屬性值

色彩的 sRGB Alpha 色板值,以介於 0 到 255 之間的值。

備註

此結構代表 Windows 執行時間 (WinRT) Color 結構的 .NET 投影。 如需詳細資訊,請參閱UWP API 參考中的 色彩

每個圖元的色彩會以 32 位的數位表示:8 位代表 alpha、紅色、綠色和藍色 (ARGB) 。 Alpha元件會指定色彩的透明度:0 完全透明,而 255 則完全不透明。 同樣地, 值為 255 表示不透明色彩。 從 1 到 254 的 A 值代表半透明色彩。 當 A 接近 255 時,色彩會變得更不透明。

適用於