'Declaration <DescriptionAttribute("The color map for the green channel of image.")> Public Property GreenMap As UShort[]
[Description("The color map for the green channel of image.")] public ushort[] GreenMap { get; set; }
[Description("The color map for the green channel of image.")] public: __property ushort[] get_GreenMap(); public: __property void set_GreenMap(
ushort[]* value
);