BitmapDataBufferPalette Property |
Gets the palette.
Namespace:
CSVideoPlayer
Assembly:
CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic BitmapPalette Palette { get; }
Public ReadOnly Property Palette As BitmapPalette
Get
Dim instance As BitmapDataBuffer
Dim value As BitmapPalette
value = instance.Palette
member Palette : BitmapPalette with get
/** @property */
public BitmapPalette get_Palette()
function get Palette () : BitmapPalette
Property Value
Type:
BitmapPalette
See Also