Share via


PaletteEntry.Flags Property (Microsoft.DirectX.Direct3D)

Retrieves or sets the alpha intensity value for the palette entry.

Definition

Visual Basic Public Property Flags As Byte
C# public byte Flags { get; set; }
C++ public:
property unsigned char Flags {
        unsigned char get();
        void set(unsigned char value);
}
JScript public function get Flags() : byte
public function set Flags(byte);

Property Value

System.Byte
A ByteLeave Site value that represents the alpha intensity for the palette entry.

This property is read/write.