'Declaration Public Function CompactPalette( _ Optional ByVal allowSemitransparency As System.Boolean _ ) As System.UInteger()
public System.uint[] CompactPalette( System.bool allowSemitransparency )
Parameters
- allowSemitransparency
- Indicates if the alpha channel supports values between 0 and 255 (if true), or the boundary values only (if false).