[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
);
[Description("The color map for the blue channel of image.")] public:
property byte[] BlueMap { byte[] get(); void set(array<byte>^ value); }
'Declaration <DescriptionAttribute("The color map for the blue channel of image.")> Public Property BlueMap As Byte[]