From f81fb0e5f649a485d6fb51a4c6a329c9b371455f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Wed, 26 Aug 2009 11:19:20 +0000 Subject: [PATCH] 80 chars/line + alphabranch git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32698 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/interface/GraphicsDefs.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/headers/os/interface/GraphicsDefs.h b/headers/os/interface/GraphicsDefs.h index 7499cf4552..83b9aabb33 100644 --- a/headers/os/interface/GraphicsDefs.h +++ b/headers/os/interface/GraphicsDefs.h @@ -175,7 +175,8 @@ typedef enum { // non linear color space -- incidently, all with 8 bits per value // Note, BBitmap and BView do not support all of these! - // loss/saturation points are Y 16-235 (absolute), Cb/Cr 16-240 (center 128) + // loss/saturation points are Y 16-235 (absolute), Cb/Cr 16-240 + // (center 128) B_YCbCr422 = 0x4000, // Y0 Cb0 Y1 Cr0 Y2... // Cb2 Y3 Cr2...