DK11 for Delphi | VCL.GisGdiPlus.TGIS_GdipImageAttributes.SetColorKey | Constructors | Fields | Methods
Set the range of colors can be made transparent.
// Delphi public procedure SetColorKey( _colorLow : TGIS_Color; _colorHigh : TGIS_Color );
// C++ Builder public: void SetColorKey( TGIS_Color* _colorLow, TGIS_Color* _colorHigh );
Name | Type | Description |
---|---|---|
_colorLow | TGIS_Color | low color key value |
_colorHigh | TGIS_Color | high color key value |