com.moesol.bindings.platform_sdk.windows_api
Class COLORREF

java.lang.Object
  extended by com.moesol.bindings.platform_sdk.windows_api.COLORREF

public class COLORREF
extends Object


Constructor Summary
COLORREF()
           
 
Method Summary
static int getBlue(int colorref)
           
static int getGreen(int colorref)
           
static int getRed(int colorref)
           
static int RGB(int r, int g, int b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

COLORREF

public COLORREF()
Method Detail

RGB

public static int RGB(int r,
                      int g,
                      int b)

getRed

public static int getRed(int colorref)

getGreen

public static int getGreen(int colorref)

getBlue

public static int getBlue(int colorref)


Copyright © 2004 Moebius Solutions, Inc. All Rights Reserved.