SetColorSpace method

Pointer<HCOLORSPACE__> SetColorSpace(
  1. Pointer<HDC__> hdc,
  2. Pointer<HCOLORSPACE__> hcs
)

Implementation

ffi.Pointer<HCOLORSPACE__> SetColorSpace(
  ffi.Pointer<HDC__> hdc,
  ffi.Pointer<HCOLORSPACE__> hcs,
) {
  return _SetColorSpace(
    hdc,
    hcs,
  );
}