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