CSJ2K.Icc.ICCProfiler.ICCProfiler C# (CSharp) Method

ICCProfiler() static private method

static private ICCProfiler ( ) : System
return System
        static ICCProfiler()
        {
            GRAY = RestrictedICCProfile.GRAY;
            RED = RestrictedICCProfile.RED;
            GREEN = RestrictedICCProfile.GREEN;
            BLUE = RestrictedICCProfile.BLUE;
        }

Same methods

ICCProfiler::ICCProfiler ( BlkImgDataSrc src, CSJ2K csMap ) : System