public RGB(CMYK cmyk) { var tmp = cmyk.GimpCMYK; gimp_cmyk_to_rgb(ref tmp, ref _rgb); }
public CMYK(CMYK cmyk) { _cmyk = cmyk._cmyk; }