| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305 |
- //
- // System.Drawing.Imaging.xxx.cs
- //
- // (C) 2002 Ximian, Inc. http://www.ximian.com
- // Author: Everaldo Canuto
- // eMail: [email protected]
- // Dennis Hayes ([email protected])
- //
- using System;
- namespace System.Drawing.Imaging {
- public sealed class ColorMatrix {
- // constructors
- //[MonoTODO]
- public ColorMatrix() {
- throw new NotImplementedException ();
- }
-
- //[MonoTODO]
- public ColorMatrix(float[][] newColorMatrix) {
- throw new NotImplementedException ();
- }
-
- // properties
- //[MonoTODO]
- public float this[int row, int column] {
- get { throw new NotImplementedException (); }
- set { throw new NotImplementedException (); }
- }
-
- //[MonoTODO]
- public float Matrix00 {
- get { throw new NotImplementedException (); }
- set { throw new NotImplementedException (); }
- }
- //[MonoTODO]
- public float Matrix01 {
- get { throw new NotImplementedException (); }
- set { throw new NotImplementedException (); }
- }
- //[MonoTODO]
- public float Matrix02 {
- get { throw new NotImplementedException (); }
- set { throw new NotImplementedException (); }
- }
- //[MonoTODO]
- public float Matrix03 {
- get { throw new NotImplementedException (); }
- set { throw new NotImplementedException (); }
- }
- //[MonoTODO]
- public float Matrix04 {
- get { throw new NotImplementedException (); }
- set { throw new NotImplementedException (); }
- }
- //[MonoTODO]
- public float Matrix05 {
- get { throw new NotImplementedException (); }
- set { throw new NotImplementedException (); }
- }
- //[MonoTODO]
- public float Matrix06 {
- get { throw new NotImplementedException (); }
- set { throw new NotImplementedException (); }
- }
- //[MonoTODO]
- public float Matrix07 {
- get { throw new NotImplementedException (); }
- set { throw new NotImplementedException (); }
- }
- //[MonoTODO]
- public float Matrix08 {
- get { throw new NotImplementedException (); }
- set { throw new NotImplementedException (); }
- }
- //[MonoTODO]
- public float Matrix09 {
- get { throw new NotImplementedException (); }
- set { throw new NotImplementedException (); }
- }
- //[MonoTODO]
- public float Matrix10 {
- get { throw new NotImplementedException (); }
- set { throw new NotImplementedException (); }
- }
- //[MonoTODO]
- public float Matrix11 {
- get { throw new NotImplementedException (); }
- set { throw new NotImplementedException (); }
- }
- //[MonoTODO]
- public float Matrix12 {
- get { throw new NotImplementedException (); }
- set { throw new NotImplementedException (); }
- }
- //[MonoTODO]
- public float Matrix13 {
- get { throw new NotImplementedException (); }
- set { throw new NotImplementedException (); }
- }
- //[MonoTODO]
- public float Matrix14 {
- get { throw new NotImplementedException (); }
- set { throw new NotImplementedException (); }
- }
- //[MonoTODO]
- public float Matrix15 {
- get { throw new NotImplementedException (); }
- set { throw new NotImplementedException (); }
- }
- //[MonoTODO]
- public float Matrix16 {
- get { throw new NotImplementedException (); }
- set { throw new NotImplementedException (); }
- }
- //[MonoTODO]
- public float Matrix17 {
- get { throw new NotImplementedException (); }
- set { throw new NotImplementedException (); }
- }
- //[MonoTODO]
- public float Matrix18 {
- get { throw new NotImplementedException (); }
- set { throw new NotImplementedException (); }
- }
- //[MonoTODO]
- public float Matrix19 {
- get { throw new NotImplementedException (); }
- set { throw new NotImplementedException (); }
- }
-
- //[MonoTODO]
- public float Matrix20 {
- get { throw new NotImplementedException (); }
- set { throw new NotImplementedException (); }
- }
- //[MonoTODO]
- public float Matrix21 {
- get { throw new NotImplementedException (); }
- set { throw new NotImplementedException (); }
- }
- //[MonoTODO]
- public float Matrix22 {
- get { throw new NotImplementedException (); }
- set { throw new NotImplementedException (); }
- }
- //[MonoTODO]
- public float Matrix23 {
- get { throw new NotImplementedException (); }
- set { throw new NotImplementedException (); }
- }
- //[MonoTODO]
- public float Matrix24 {
- get { throw new NotImplementedException (); }
- set { throw new NotImplementedException (); }
- }
- //[MonoTODO]
- public float Matrix25 {
- get { throw new NotImplementedException (); }
- set { throw new NotImplementedException (); }
- }
- //[MonoTODO]
- public float Matrix26 {
- get { throw new NotImplementedException (); }
- set { throw new NotImplementedException (); }
- }
- //[MonoTODO]
- public float Matrix27 {
- get { throw new NotImplementedException (); }
- set { throw new NotImplementedException (); }
- }
- //[MonoTODO]
- public float Matrix28 {
- get { throw new NotImplementedException (); }
- set { throw new NotImplementedException (); }
- }
- //[MonoTODO]
- public float Matrix29 {
- get { throw new NotImplementedException (); }
- set { throw new NotImplementedException (); }
- }
- //[MonoTODO]
- public float Matrix30 {
- get { throw new NotImplementedException (); }
- set { throw new NotImplementedException (); }
- }
- //[MonoTODO]
- public float Matrix31 {
- get { throw new NotImplementedException (); }
- set { throw new NotImplementedException (); }
- }
- //[MonoTODO]
- public float Matrix32 {
- get { throw new NotImplementedException (); }
- set { throw new NotImplementedException (); }
- }
- //[MonoTODO]
- public float Matrix33 {
- get { throw new NotImplementedException (); }
- set { throw new NotImplementedException (); }
- }
- //[MonoTODO]
- public float Matrix34 {
- get { throw new NotImplementedException (); }
- set { throw new NotImplementedException (); }
- }
- //[MonoTODO]
- public float Matrix35 {
- get { throw new NotImplementedException (); }
- set { throw new NotImplementedException (); }
- }
- //[MonoTODO]
- public float Matrix36 {
- get { throw new NotImplementedException (); }
- set { throw new NotImplementedException (); }
- }
- //[MonoTODO]
- public float Matrix37 {
- get { throw new NotImplementedException (); }
- set { throw new NotImplementedException (); }
- }
- //[MonoTODO]
- public float Matrix38 {
- get { throw new NotImplementedException (); }
- set { throw new NotImplementedException (); }
- }
- //[MonoTODO]
- public float Matrix39 {
- get { throw new NotImplementedException (); }
- set { throw new NotImplementedException (); }
- }
- //[MonoTODO]
- public float Matrix40 {
- get { throw new NotImplementedException (); }
- set { throw new NotImplementedException (); }
- }
- //[MonoTODO]
- public float Matrix41 {
- get { throw new NotImplementedException (); }
- set { throw new NotImplementedException (); }
- }
- //[MonoTODO]
- public float Matrix42 {
- get { throw new NotImplementedException (); }
- set { throw new NotImplementedException (); }
- }
- //[MonoTODO]
- public float Matrix43 {
- get { throw new NotImplementedException (); }
- set { throw new NotImplementedException (); }
- }
- //[MonoTODO]
- public float Matrix44 {
- get { throw new NotImplementedException (); }
- set { throw new NotImplementedException (); }
- }
- }
- }
|