OzSaturationCorrectionFormatTranslations Property |
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic Dictionary<PixelFormat, PixelFormat> FormatTranslations { get; }
Public ReadOnly Property FormatTranslations As Dictionary(Of PixelFormat, PixelFormat)
Get
public:
virtual property Dictionary<PixelFormat, PixelFormat>^ FormatTranslations {
Dictionary<PixelFormat, PixelFormat>^ get () sealed;
}
abstract FormatTranslations : Dictionary<PixelFormat, PixelFormat> with get
override FormatTranslations : Dictionary<PixelFormat, PixelFormat> with get
Property Value
Type:
DictionaryPixelFormat,
PixelFormatImplements
IFilterFormatTranslations
See Also