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