public IQuantizer? Quantizer { get; set; }
Public Property Quantizer As IQuantizer
Get
Set
public:
property IQuantizer^ Quantizer {
IQuantizer^ get ();
void set (IQuantizer^ value);
}
member Quantizer : IQuantizer with get, set
Setting a quantizer allows using fewer colors than the target IReadWriteBitmapData supports. Even when this property is , the colors are automatically quantized to the target's supported color range.