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